/** * Init command - initialize Reverso in an existing project. */ import type { Command } from 'commander'; export declare function initCommand(program: Command): void; //# sourceMappingURL=init.d.ts.map