import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type StunMappedAddress = { ip?: string | undefined; port?: number | undefined; }; /** @internal */ export declare const StunMappedAddress$inboundSchema: z.ZodType; export declare function stunMappedAddressFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=stunmappedaddress.d.ts.map