/**
 * @category Errors
 */
export declare class AbortOnReconnectError extends Error {
    constructor();
}
