import { ClosedEnum } from "../../types/enums.js"; import * as z from "zod"; export declare const ConsoleV1KeysControllerGenListStatus: { readonly FourHundredAndThree: 403; }; export type ConsoleV1KeysControllerGenListStatus = ClosedEnum; /** * Insufficient permissions. */ export type ConsoleV1KeysControllerGenListResponseBodyData = { status: ConsoleV1KeysControllerGenListStatus; message: string; }; /** * Insufficient permissions. */ export declare class ConsoleV1KeysControllerGenListResponseBody extends Error { status: ConsoleV1KeysControllerGenListStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1KeysControllerGenListResponseBodyData; constructor(err: ConsoleV1KeysControllerGenListResponseBodyData); } /** @internal */ export declare const ConsoleV1KeysControllerGenListStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1KeysControllerGenListStatus$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 ConsoleV1KeysControllerGenListStatus$ { /** @deprecated use `ConsoleV1KeysControllerGenListStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndThree: 403; }>; /** @deprecated use `ConsoleV1KeysControllerGenListStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndThree: 403; }>; } /** @internal */ export declare const ConsoleV1KeysControllerGenListResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1KeysControllerGenListResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1KeysControllerGenListResponseBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ConsoleV1KeysControllerGenListResponseBody$ { /** @deprecated use `ConsoleV1KeysControllerGenListResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1KeysControllerGenListResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1KeysControllerGenListResponseBody$Outbound` instead. */ type Outbound = ConsoleV1KeysControllerGenListResponseBody$Outbound; } //# sourceMappingURL=consolev1keyscontrollergenlist.d.ts.map