import type * as zod from "zod"; import type { ProxyValidator } from "../Validators/ProxyValidator"; /** * Proxy interface for requests */ export type ProxyConfigInterface = Omit, "name">; export type ProxyObjectInterface = zod.infer; export type ProxyAuthInterface = zod.infer; //# sourceMappingURL=options.d.ts.map