/** * CLI command: jobs * Background job queue management */ export declare function execute(args: string[], options: Record): Promise;