import * as ts from "typescript"; export declare function isDeclaration(identifier: ts.Identifier): boolean; export declare function getDeprecation(node: ts.Identifier, tc: ts.TypeChecker): string | undefined;