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