import * as z from "zod/v3"; export type GovernmentDataPostzonRetrieveByPostcodeOrPlaceGlobals = { source?: string | undefined; }; export type GovernmentDataPostzonRetrieveByPostcodeOrPlaceRequest = { /** * The key to use to authenticate to the service. */ key?: string | undefined; /** * The postcode or place name to use to search with. */ postcodeOrPlace: string; /** * The username associated with the Royal Mail license (not required for click licenses). */ userName?: string | undefined; }; /** @internal */ export type GovernmentDataPostzonRetrieveByPostcodeOrPlaceRequest$Outbound = { Key?: string | undefined; PostcodeOrPlace: string; UserName?: string | undefined; }; /** @internal */ export declare const GovernmentDataPostzonRetrieveByPostcodeOrPlaceRequest$outboundSchema: z.ZodType; export declare function governmentDataPostzonRetrieveByPostcodeOrPlaceRequestToJSON(governmentDataPostzonRetrieveByPostcodeOrPlaceRequest: GovernmentDataPostzonRetrieveByPostcodeOrPlaceRequest): string; //# sourceMappingURL=governmentdatapostzonretrievebypostcodeorplace.d.ts.map