declare class AbortedRequestError extends Error {
    constructor(reason?: string);
}

export { AbortedRequestError };
