import * as z from "zod"; import { ClosedEnum } from "../types/enums.js"; export declare const UnionApiErrorServerErrorCode: { readonly Unknown: "UNKNOWN"; }; export type UnionApiErrorServerErrorCode = ClosedEnum; /** @internal */ export declare const UnionApiErrorServerErrorCode$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const UnionApiErrorServerErrorCode$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 UnionApiErrorServerErrorCode$ { /** @deprecated use `UnionApiErrorServerErrorCode$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly Unknown: "UNKNOWN"; }>; /** @deprecated use `UnionApiErrorServerErrorCode$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly Unknown: "UNKNOWN"; }>; } //# sourceMappingURL=unionapierrorservererror.d.ts.map