import { TypeWithDefaults } from '../types'; import { ClientErrorType, ClientOptionsType, Client } from '.'; import { HttpAdapterType } from '../http-adapter'; export type ClientGenericType = { error?: ClientErrorType; }; export declare function createClient(options: ClientOptionsType>>>): Client>, HttpAdapterType>; //# sourceMappingURL=client.create.d.ts.map