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