import { z } from 'zod/v4'; export declare const InboundConfigurationObject: z.ZodObject<{ auth: z.ZodOptional>; accounts: z.ZodOptional>>; udp: z.ZodOptional; ip: z.ZodOptional; userLevel: z.ZodOptional; }, z.core.$strip>; export type InboundConfigurationObject = z.infer;