import ts from "typescript"; export default function compile(dir: string, configFilePath: string, writeFileCallback?: ts.WriteFileCallback): void;