import { ClosedEnum } from "../../types/enums.js"; import * as z from "zod"; export declare const EchidnaLoadPulseQueryDtoRefresh: { readonly Full: "full"; readonly Incremental: "incremental"; readonly Metric: "metric"; readonly Power: "power"; }; export type EchidnaLoadPulseQueryDtoRefresh = ClosedEnum; export type EchidnaLoadPulseQueryDto = { refresh?: EchidnaLoadPulseQueryDtoRefresh | undefined; ruleId?: string | undefined; turboMode?: boolean | undefined; }; /** @internal */ export declare const EchidnaLoadPulseQueryDtoRefresh$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const EchidnaLoadPulseQueryDtoRefresh$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 EchidnaLoadPulseQueryDtoRefresh$ { /** @deprecated use `EchidnaLoadPulseQueryDtoRefresh$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly Full: "full"; readonly Incremental: "incremental"; readonly Metric: "metric"; readonly Power: "power"; }>; /** @deprecated use `EchidnaLoadPulseQueryDtoRefresh$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly Full: "full"; readonly Incremental: "incremental"; readonly Metric: "metric"; readonly Power: "power"; }>; } /** @internal */ export declare const EchidnaLoadPulseQueryDto$inboundSchema: z.ZodType; /** @internal */ export type EchidnaLoadPulseQueryDto$Outbound = { refresh: string; ruleId?: string | undefined; turboMode?: boolean | undefined; }; /** @internal */ export declare const EchidnaLoadPulseQueryDto$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 EchidnaLoadPulseQueryDto$ { /** @deprecated use `EchidnaLoadPulseQueryDto$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `EchidnaLoadPulseQueryDto$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `EchidnaLoadPulseQueryDto$Outbound` instead. */ type Outbound = EchidnaLoadPulseQueryDto$Outbound; } //# sourceMappingURL=echidnaloadpulsequerydto.d.ts.map