import { default as Client } from "./client/Client"; export { Client, }; declare const _default: { Client: typeof Client; }; export default _default;