import * as z from "zod/v3"; export type ExtrasWebIp2CountryGlobals = { source?: string | undefined; }; export type ExtrasWebIp2CountryRequest = { /** * The key to use to authenticate to the service. */ key?: string | undefined; /** * The IP Address to check. If this parameter is not supplied the IP address of the client making the request is used. */ ipAddress?: string | undefined; }; /** @internal */ export type ExtrasWebIp2CountryRequest$Outbound = { Key?: string | undefined; IpAddress?: string | undefined; }; /** @internal */ export declare const ExtrasWebIp2CountryRequest$outboundSchema: z.ZodType; export declare function extrasWebIp2CountryRequestToJSON(extrasWebIp2CountryRequest: ExtrasWebIp2CountryRequest): string; //# sourceMappingURL=extraswebip2country.d.ts.map