import { z } from 'zod/v4'; export declare const DnsServerObject: z.ZodObject<{ address: z.ZodString; port: z.ZodOptional; domains: z.ZodOptional>; expectIPs: z.ZodOptional>; skipFallback: z.ZodOptional; clientIP: z.ZodOptional; }, z.core.$strip>; export type DnsServer = z.infer;