export declare function apiRequest(path: string, options?: RequestInit): Promise; /** * Like apiRequest but returns the raw response body as text — for endpoints * that serve non-JSON (e.g. the audit CSV export at /audit/export.csv). */ export declare function apiRequestText(path: string, options?: RequestInit): Promise; //# sourceMappingURL=api-client.d.ts.map