import Parser from 'web-tree-sitter'; export declare function getTreePathAtCursor(ast: Parser.Tree, cursorIndex: number): Promise;