declare class PillarApiService { private baseUrl; private apiKey; constructor(); private request; get(path: string, queryParams?: Record): Promise; post(path: string, body?: unknown): Promise; } export declare function getPillarApi(): PillarApiService; export {}; //# sourceMappingURL=pillar-api.service.d.ts.map