/** * Snapshot Command * * Display current worktree snapshot and recovery instructions. * Helps users understand their work protection state and how to recover if needed. */ import type { Command } from 'commander'; export declare function snapshotCommand(program: Command): void; /** * Show verbose help with detailed documentation */ export declare function showSnapshotVerboseHelp(): void; //# sourceMappingURL=snapshot.d.ts.map