import { ChartQuery, ChartData } from '../types/dashboard'; export declare class QueryExecutor { static execute(query: ChartQuery): Promise; private static transformToChartData; }