/** * openlore init — programmatic API * * Detects project type and creates openlore configuration. * Performs the documented filesystem initialization without process control or console output. */ import type { InitApiOptions, InitResult } from './types.js'; export declare function openloreInit(options?: InitApiOptions): Promise; //# sourceMappingURL=init.d.ts.map