/** * Scan command - scans project for data-reverso markers. */ import type { Command } from 'commander'; export declare function scanCommand(program: Command): void; //# sourceMappingURL=scan.d.ts.map