/** * 持久化调度任务 CLI — data/schedule-jobs.json */ import { Command } from 'commander'; export declare const scheduleCommand: Command; /** @deprecated 使用 schedule */ export declare const cronCommand: Command; //# sourceMappingURL=schedule.d.ts.map