import { ClosedEnum } from "../../types/enums.js"; import * as z from "zod"; export declare const ConsoleV1DynamicConfigControllerGenListStatus: { readonly FourHundredAndFour: 404; }; export type ConsoleV1DynamicConfigControllerGenListStatus = ClosedEnum; /** * Not Found. The requested resource could not be found. */ export type ConsoleV1DynamicConfigControllerGenListResponseBodyData = { status: ConsoleV1DynamicConfigControllerGenListStatus; message: string; }; /** * Not Found. The requested resource could not be found. */ export declare class ConsoleV1DynamicConfigControllerGenListResponseBody extends Error { status: ConsoleV1DynamicConfigControllerGenListStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1DynamicConfigControllerGenListResponseBodyData; constructor(err: ConsoleV1DynamicConfigControllerGenListResponseBodyData); } /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenListStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenListStatus$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 ConsoleV1DynamicConfigControllerGenListStatus$ { /** @deprecated use `ConsoleV1DynamicConfigControllerGenListStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndFour: 404; }>; /** @deprecated use `ConsoleV1DynamicConfigControllerGenListStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndFour: 404; }>; } /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenListResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1DynamicConfigControllerGenListResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenListResponseBody$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 ConsoleV1DynamicConfigControllerGenListResponseBody$ { /** @deprecated use `ConsoleV1DynamicConfigControllerGenListResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1DynamicConfigControllerGenListResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1DynamicConfigControllerGenListResponseBody$Outbound` instead. */ type Outbound = ConsoleV1DynamicConfigControllerGenListResponseBody$Outbound; } //# sourceMappingURL=consolev1dynamicconfigcontrollergenlist.d.ts.map