export declare class OutdatedBenchmarksError extends Error {
    constructor(message?: string);
}
