import { HttpError } from './HttpError';
export declare class AbortError extends HttpError {
    constructor(message: string, options?: ErrorOptions);
}
