import type { ScanUsageOptions, ComparisonFile } from '../../config/types.js'; /** * Prompts the user to create a comparison file if none are found in scan usage * @param opts - Scan configuration options * @returns The path and name of the created file, or undefined if none created */ export declare function promptNoEnvScenario(opts: ScanUsageOptions): Promise<{ compareFile: ComparisonFile | undefined; }>; //# sourceMappingURL=promptNoEnvScenario.d.ts.map