/** * openlore drift command * * Detects spec drift: finds code changes not reflected in specs. * Can be used standalone or as a pre-commit hook. */ import { Command } from 'commander'; export declare const driftCommand: Command; //# sourceMappingURL=drift.d.ts.map