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