/** * CLI command: scheduler * Agent task scheduling with cron-like patterns */ export declare function execute(args: string[], options: Record): Promise;