import { CustomCompilerHost } from "./"; import ts from "typescript"; export declare function createProgram(this: CustomCompilerHost): ts.Program;