export declare const SCHEDULE_MODES: readonly ["serial", "parallel", "isolated-by-runner"]; export type ScheduleMode = (typeof SCHEDULE_MODES)[number];