import { z } from 'zod/v4'; export declare const OutboundConfigurationObject: z.ZodObject<{ inboundTag: z.ZodString; }, z.core.$strip>; export type OutboundConfigurationObject = z.infer;