export type QueryParams = Record; export declare function apiGet(path: string, params?: QueryParams): Promise; export declare function apiGetImage(path: string, params?: QueryParams): Promise; export declare function apiGetJson(path: string, params?: QueryParams): Promise; export declare function apiGetText(path: string, params?: QueryParams): Promise; export declare function apiGetDataUri(path: string, params?: QueryParams): Promise<{ base64: string; mimeType: string; }>; export declare function apiPostImage(path: string, queryParams: QueryParams, formBody: Record): Promise; //# sourceMappingURL=client.d.ts.map