import type { ApiConfig } from '@xyo-network/sdk-protocol'; import type { GetLocationQueryResponse } from './models.js'; import type { LocationQueryCreationResponse, SupportedLocationQueryCreationRequest } from './Queries/index.js'; declare class LocationDivinerApi { config: ApiConfig; constructor(config: ApiConfig); getLocationQuery(hash: string): Promise; postLocationQuery(request: SupportedLocationQueryCreationRequest): Promise; } export { LocationDivinerApi }; //# sourceMappingURL=LocationDivinerApi.d.ts.map