/** * CLI command: checkpoints * Session state checkpointing and recovery */ export declare function execute(args: string[], options: Record): Promise;