export declare class FetchAbortedError extends Error { constructor(isInfinite: boolean, options?: ErrorOptions); }