import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; export declare const TrialEndAction: { readonly Immediate: "immediate"; readonly ScheduledDate: "scheduled_date"; }; export type TrialEndAction = ClosedEnum; /** @internal */ export declare const TrialEndAction$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=trial-end-action.d.ts.map