export declare function apiGet(path: string, params?: Record): Promise; export declare function apiPost(path: string, body: Record): Promise;