declare type ApiResponse = { status: number; headers: Record; body: any; }; export declare class ApiInjectClient { private readonly server; get(path: string, params?: Record): Promise; post(path: string, body: unknown, params?: Record): Promise; private getUrl; private getResponse; } export {}; //# sourceMappingURL=api-inject-client.d.ts.map