import { HttpCTypedClient, HttpCTypedClientOptions } from "./typed";
export declare function createClient<T extends {}>(options?: HttpCTypedClientOptions): T & HttpCTypedClient;
//# sourceMappingURL=factory.d.ts.map