import type { Client, Config } from './types'; export declare const createClient: (config?: Config) => Client; //# sourceMappingURL=client.d.ts.map