export declare class AbortError extends Error {
    cause: Error;
    constructor(cause: Error | string);
}
