import { queries as promQ } from '../../prometheus';
import { Panel } from './types';
export declare function createAvailabilityPanel(config: {
    target: number;
    window: promQ.TimeRange;
    ampNamespace: string;
    dataSourceName: string;
}): Panel;
export declare function createAvailabilityBurnRatePanel(config: {
    target: number;
    window: promQ.TimeRange;
    ampNamespace: string;
    dataSourceName: string;
}): Panel;
//# sourceMappingURL=availability.d.ts.map