import { z } from 'zod/v4'; export declare const OutboundConfigurationObject: z.ZodObject<{ secretKey: z.ZodString; address: z.ZodOptional>; mtu: z.ZodOptional; reserved: z.ZodArray; workers: z.ZodOptional; peers: z.ZodArray; keepAlive: z.ZodOptional; allowedIPs: z.ZodOptional>; }, z.core.$strip>>; domainStrategy: z.ZodOptional>; }, z.core.$strip>; export type OutboundConfigurationObject = z.infer;