export declare const commentQueries: { bash: "(comment) @comment"; c: "(comment) @comment"; cpp: "(comment) @comment"; c_sharp: "(comment) @comment"; css: "(comment) @comment"; go: "(comment) @comment"; html: "(comment) @comment"; java: "[\n (line_comment)\n (block_comment)\n] @comment"; javascript: "(comment) @comment"; json: "(comment) @comment"; kotlin: "[\n (line_comment)\n (multiline_comment)\n] @comment"; powershell: "(comment) @comment"; python: "(comment) @comment @spell\n(expression_statement\n (string) @comment.documentation @spell\n (#match? @comment.documentation \"^(\\\"\\\"\\\"|\\'\\'\\')\"))\n"; rust: "[\n (line_comment)\n (block_comment)\n] @comment"; ruby: "(comment) @comment"; scala: "[\n (comment)\n (block_comment)\n] @comment"; typescript: "(comment) @comment"; tsx: "(comment) @comment"; vue: "\n(comment) @comment @spell\n((comment) @comment.documentation\n (#lua-match? @comment.documentation \"^/\\[\\*\\]\\[\\*\\][^\\*].*\\[\\*\\]/$\"))\n"; yaml: "(comment) @comment"; };