import { z } from 'zod/v4'; export declare const OutboundConfigurationObject: z.ZodObject<{ vnext: z.ZodArray; flow: z.ZodOptional; level: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; export type OutboundConfigurationObject = z.infer;