/** * v1.3.3 §C — manual `cron run [ref]`. Runs a built-in OR a user-defined cron * (CronDef is a superset of CronConfig). An explicit ref runs even a *disabled* * user cron (so you can test before enabling); `--all` runs built-ins + only the * *enabled* user crons. */ export declare function runCronCommand(cronRef?: string, all?: boolean): Promise;