import * as z from "zod"; export declare enum GzipAcceptEncoding { Gzip = "gzip" } /** @internal */ export declare const GzipAcceptEncoding$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GzipAcceptEncoding$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace GzipAcceptEncoding$ { /** @deprecated use `GzipAcceptEncoding$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum; /** @deprecated use `GzipAcceptEncoding$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum; } //# sourceMappingURL=gzipacceptencoding.d.ts.map