export declare class CancelableError extends Error { name: string; __CANCEL__: boolean; constructor(message?: string); }