/** * State Command * * Display current validation state from git notes cache. */ import type { Command } from 'commander'; export declare function stateCommand(program: Command): void; /** * Show verbose help with detailed documentation */ export declare function showStateVerboseHelp(): void; //# sourceMappingURL=state.d.ts.map