import * as ts from "typescript";
import { Config } from "../src/Config";
export declare function createProgram(config: Config): ts.Program;
