import { Kitten } from "@purrkit/core"; import { client } from "./client"; export * from "./rest"; export * from "./client"; export const kitten = new Kitten(client);