import { exportStatementNonChain } from "../../types"; import * as ts from "../../adapters/typescript"; export declare function isExportStatementNonChain(s: ts.Statement): s is exportStatementNonChain;