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