import { default as v1 } from './client'; import * as types from './types'; export * from './types'; export { v1, types }; declare const _default: { v1: (apiKey: string, options?: { sandbox?: boolean | undefined; }) => import("./api").API; types: typeof types; }; export default _default;