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