export interface ScanOptions { command?: string; json?: string; type?: 'all' | 'only-new'; output?: string; config?: string; format?: 'json' | 'yaml'; timeout?: number; decorators?: boolean; generateTests?: boolean; file?: string; dir?: string; } export declare class ScanCommand { private config; execute(options: ScanOptions): Promise; private discoverRoutes; private filterRoutes; private generateTests; private generateMergedTestFile; private saveResults; private showCoverage; } //# sourceMappingURL=scan.d.ts.map