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