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