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