import { z } from 'zod/v4'; export declare const OutboundConfigurationObject: z.ZodObject<{ network: z.ZodOptional>; address: z.ZodOptional; port: z.ZodOptional; nonIPQuery: z.ZodOptional>; }, z.core.$strip>; export type OutboundConfigurationObject = z.infer;