import { z } from 'zod/v4'; export declare const InboundConfigurationObject: z.ZodObject<{ clients: z.ZodArray>; password: z.ZodString; level: z.ZodOptional; email: z.ZodOptional; }, z.core.$strip>>; detour: z.ZodOptional>; default: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export type InboundConfigurationObject = z.infer;