/** * schedule — cron-based skill scheduling commands */ import type { Command } from "commander"; export declare function registerSchedule(parent: Command): void;