import * as ts from 'typescript'; /** * Check to see whether a value is a named declaration * @param node value to check * @private */ export declare function isNamedDeclaration(node?: ts.Node): node is ts.NamedDeclaration; //# sourceMappingURL=declaration.d.ts.map