import { b as ClientOptions, C as Config, a as Client } from '../types.gen-DZ4ax15r.js'; import { C as ClientOptions$1 } from '../types.gen-Cnavg2yI.js'; /** * The `createClientConfig()` function will be called on client initialization * and the returned object will become the client's initial configuration. * * You may want to initialize your client this way instead of calling * `setConfig()`. This is useful for example if you're using Next.js * to ensure your client always has the correct values. */ type CreateClientConfig = (override?: Config) => Config & T>; declare const client: Client; export { type CreateClientConfig, client };