import * as ts from "../../adapters/typescript"; export declare function isInvalidExportAssignment(statement: ts.Statement): boolean;