import * as ts from "typescript"; export declare function outputTypeScriptSource(statements: ts.Statement[]): string;