import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as models from "../models/index.js"; import * as operations from "../models/operations/index.js"; export declare class GovernmentData extends ClientSDK { /** * GovernmentData_Postzon_RetrieveByCoordinates * * @remarks * Returns the Postzon record nearest to the given coordinates. */ retrieveByCoordinatesPostzon(request: operations.GovernmentDataPostzonRetrieveByCoordinatesRequest, options?: RequestOptions): Promise; /** * GovernmentData_Postzon_RetrieveByPostcode * * @remarks * Returns the Postzon record for the given postcode. */ retrievePostzonsByCode(request: operations.GovernmentDataPostzonRetrieveByPostcodeRequest, options?: RequestOptions): Promise; /** * GovernmentData_Postzon_RetrieveByPostcodeOrPlace * * @remarks * Returns the Postzon record for the given postcode. */ retrievePostzonsByCodeOrPlace(request: operations.GovernmentDataPostzonRetrieveByPostcodeOrPlaceRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=governmentdata.d.ts.map