import { type AnnotationSupport } from '@grafana/data'; import { type PrometheusDatasource } from './datasource'; import { type PromQuery } from './types'; export declare const PrometheusAnnotationSupport: (ds: PrometheusDatasource) => AnnotationSupport;