import { Panel, Metric, Target, Transformation, Override } from './types';
export declare function createStatPercentagePanel(title: string, position: Panel.Position, dataSource: string, metric: Metric): Panel;
export declare function createTimeSeriesPercentagePanel(title: string, position: Panel.Position, dataSource: string, metric: Metric): Panel;
export declare function createTimeSeriesPanel(title: string, position: Panel.Position, dataSource: string, metric: Metric, unit?: string, min?: number, max?: number): Panel;
export declare function createBurnRatePanel(title: string, position: Panel.Position, dataSource: string, metric: Metric): Panel;
export declare function createTablePanel(title: string, position: Panel.Position, dataSource: string, targets: Target[], transformations?: Transformation[], overrides?: Override[]): Panel;
export declare function createTracesPanel(title: string, position: Panel.Position, dataSource: string, targets: Target[]): Panel;
//# sourceMappingURL=helpers.d.ts.map