import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const PauseStatus: { readonly None: "none"; readonly Active: "active"; readonly Scheduled: "scheduled"; readonly Completed: "completed"; readonly Cancelled: "cancelled"; }; export type PauseStatus = OpenEnum; /** @internal */ export declare const PauseStatus$inboundSchema: z.ZodMiniType; //# sourceMappingURL=pause-status.d.ts.map