import * as ts from 'typescript'; /** Returns the original symbol from an node. */ export declare function getOriginalSymbolFromNode(node: ts.Node, checker: ts.TypeChecker): ts.Symbol;