import { z } from 'zod/v4'; export declare const InboundConfigurationObject: z.ZodObject<{ clients: z.ZodOptional>; password: z.ZodString; level: z.ZodOptional; email: z.ZodOptional; }, z.core.$strip>>>; password: z.ZodString; method: z.ZodEnum<{ none: "none"; "2022-blake3-aes-128-gcm": "2022-blake3-aes-128-gcm"; "2022-blake3-aes-256-gcm": "2022-blake3-aes-256-gcm"; "2022-blake3-chacha20-poly1305": "2022-blake3-chacha20-poly1305"; "aes-256-gcm": "aes-256-gcm"; "aes-128-gcm": "aes-128-gcm"; "chacha20-poly1305": "chacha20-poly1305"; "chacha20-ietf-poly1305": "chacha20-ietf-poly1305"; "xchacha20-poly1305": "xchacha20-poly1305"; "xchacha20-ietf-poly1305": "xchacha20-ietf-poly1305"; plain: "plain"; }>; level: z.ZodOptional; email: z.ZodOptional; network: z.ZodOptional>; }, z.core.$strip>; export type InboundConfigurationObject = z.infer;