/** * openlore init command * * Verifies we're in a valid project and creates .openlore configuration. * Detects project type, existing OpenSpec setup, and prepares for analysis. */ import { Command } from 'commander'; export declare const initCommand: Command; //# sourceMappingURL=init.d.ts.map