import { type DataFrame, type MetricFindValue } from '@grafana/data'; import type { ResponseParser as ResponseParserType } from './types'; export declare class ResponseParser implements ResponseParserType { transformMetricFindResponse(frame: DataFrame): MetricFindValue[]; }