/**
 * Report Scan Handler - Project Setup Tool
 * PRD #177 - Scope-based workflow refactoring
 *
 * Step 2 of workflow: Return ALL questions for selected scope
 */
import { Logger } from '../../core/error-handling';
import { ReportScanResponse, ErrorResponse } from './types';
/**
 * Handle reportScan stage - Step 2 of project setup workflow
 *
 * Returns all questions for the selected scope and list of files to generate
 */
export declare function handleReportScan(sessionId: string, existingFiles: string[] | undefined, selectedScopes: string[] | undefined, logger: Logger, requestId: string): Promise<ReportScanResponse | ErrorResponse>;
//# sourceMappingURL=report-scan.d.ts.map