import * as ts from "typescript";
export declare function buildTsScripts(fileNames: string[], options: ts.CompilerOptions): Promise<void>;
