export declare class QueryServiceHTTPClient { addHeader(key?: string, value?: string): void getCountries(countryCodes?: Array): Record post(path?: string, params?: Record): string constructor() }