import { AxiosInstance } from 'axios'; export type QServerApiConfig = { baseURL: string; apiKey: string; }; export declare function createQServerApiClient(config: QServerApiConfig): AxiosInstance; //# sourceMappingURL=client.d.ts.map