import { z } from "zod"; //#region src/config/zod-schema.proxy.d.ts declare const ProxyConfigSchema: z.ZodOptional; proxyUrl: z.ZodOptional; tls: z.ZodOptional; }, z.core.$strict>>; loopbackMode: z.ZodOptional>; }, z.core.$strict>>; type ProxyConfig = z.infer; //#endregion export { ProxyConfig as t };