export declare class QueryServiceHTTPClient { constructor(); addHeader(key?: string, value?: string): void; getCountries(countryCodes?: Array): Record; post(path?: string, params?: Record): string; } //# sourceMappingURL=QueryServiceHTTPClient.d.ts.map