import type ts from "typescript";
export declare function symbolAtNode(node: ts.Node): ts.Symbol | undefined;
