import { z } from 'zod/v4'; export declare const OutboundSocksObject: z.ZodObject<{ protocol: z.ZodLiteral<"socks">; settings: z.ZodObject<{ servers: z.ZodArray; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export type OutboundSocksObject = z.infer;