import type { Command } from "commander"; export declare function registerCronStatusCommand(cron: Command): void; export declare function registerCronListCommand(cron: Command): void; export declare function registerCronAddCommand(cron: Command): void;