import * as z from "zod"; export declare enum Explain { Notes = "notes", Fails = "fails", Full = "full", Debug = "debug" } /** @internal */ export declare const Explain$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const Explain$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 Explain$ { /** @deprecated use `Explain$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum; /** @deprecated use `Explain$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum; } //# sourceMappingURL=explain.d.ts.map