import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const PauseMode: { readonly Immediate: "immediate"; readonly Scheduled: "scheduled"; readonly PeriodEnd: "period_end"; }; export type PauseMode = OpenEnum; /** @internal */ export declare const PauseMode$inboundSchema: z.ZodMiniType; //# sourceMappingURL=pause-mode.d.ts.map