import { PerfRunResult } from '../types/perfrunresult';
/**
 * List of the all perfromance runs for the given URL or testName
 */
export declare type IPerformanceResult = PerfRunResult[];
export declare type DbSchema = {
    profile: PerfRunResult[];
    count: number;
};
