import { CustomError } from '@blackglory/errors'; export declare class AbortError extends CustomError { static [Symbol.hasInstance](instance: unknown): boolean; }