import type { Command } from "commander"; import type { SingleResult } from "../../output/index.js"; import { type ScheduleCommandOptions, type ScheduleRow } from "./shared.js"; export declare function runPauseCommand(id: string, options: ScheduleCommandOptions, _command: Command): Promise>; //# sourceMappingURL=pause.d.ts.map