import { ProjectData } from "..";
import ts from "typescript";
export declare function getParsedCommandLine(data: ProjectData): ts.ParsedCommandLine;
