import * as ts from "ts-morph";
import { CompilerState } from "../CompilerState";
export declare function compileImportDeclaration(state: CompilerState, node: ts.ImportDeclaration): string;
export declare function compileImportEqualsDeclaration(state: CompilerState, node: ts.ImportEqualsDeclaration): string;
export declare function compileExportDeclaration(state: CompilerState, node: ts.ExportDeclaration): string;
export declare function compileExportAssignment(state: CompilerState, node: ts.ExportAssignment): string;
