import { Client } from './openapi';
export declare const getClient: () => Client;
export declare const createClient: () => Client;
