import * as ts from "typescript"; export interface Config extends ts.ParsedCommandLine { configPath: string; rootDir: string; outDir: string; } export declare function getParseCommandLine(): Config; //# sourceMappingURL=typescript.d.ts.map