/** * Checkpoint list subcommand. * * Lists all active checkpoints across all tasks from the filesystem. * Displays in a table sorted by created_at (most recent first). * * @module */ export declare const listCommand: import("citty").CommandDef<{ readonly task: { readonly type: "string"; readonly alias: ["t"]; readonly description: "Filter to a specific task ID"; }; }>; //# sourceMappingURL=checkpoint-list.d.ts.map