import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type DnsEDns = { do?: boolean | undefined; options?: Array | null | undefined; udp?: number | undefined; version?: number | undefined; }; /** @internal */ export declare const DnsEDns$inboundSchema: z.ZodType; export declare function dnsEDnsFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=dnsedns.d.ts.map