import ts from 'typescript';
export declare const nodeKey: (node: ts.Node) => string;
