/** * openlore refresh-stories command * * Scans story files for stale risk_context sections and re-runs annotate_story * on any story that references functions/files changed since the last commit. * Can be installed as a post-commit hook. */ import { Command } from 'commander'; export declare const refreshStoriesCommand: Command; //# sourceMappingURL=refresh-stories.d.ts.map