import type { ScheduleEntry } from "../registry.js"; export declare function writeRunScript(entry: ScheduleEntry): string;