Version: 1.0.0-rc.01.0.0-rc.11.0.01.0.11.1.01.2.01.2.11.2.21.2.31.2.41.2.51.2.61.2.71.2.81.2.91.2.101.2.111.2.121.3.01.3.11.3.21.4.01.4.11.4.21.4.31.4.41.5.01.5.11.5.21.5.31.5.41.5.51.5.61.6.01.6.11.7.01.7.11.8.01.9.01.9.11.9.21.10.01.10.11.11.01.11.11.12.01.13.01.13.11.13.21.13.31.13.41.13.51.13.61.13.71.13.81.13.91.13.10
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;