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