export * from "./types"; import client from "./client"; declare const _default: import("./types").Client & { client: typeof client; }; export default _default;