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