import { type Grammar } from 'prismjs'; import { type CompletionItem } from '@grafana/ui'; export declare const OPERATORS: string[]; export declare const LOGICAL_OPERATORS: string[]; export declare const getFunctions: () => CompletionItem[]; export declare const promqlGrammar: Grammar;