import * as ts from "ts-morph";
import { CompilerState } from "../CompilerState";
export declare function compileSourceFile(state: CompilerState, node: ts.SourceFile): string;
