import Parser from 'tree-sitter'; export declare function getKotlinParser(): Parser; export declare function getKotlinScopeQuery(): Parser.Query;