import type { AnalyserOptions } from '../analyser-options.js'; import type { AnalyserSystem } from './analyser-system.js'; import ts from 'typescript'; export declare function createCommandLine(system: AnalyserSystem, options: Partial): ts.ParsedCommandLine; //# sourceMappingURL=create-command-line.d.ts.map