/** * TanStack Query / fetch cancellation. Chrome reports * `signal is aborted without reason` with no `AbortError` name when the * controller is aborted empty (unmount, Strict Mode remount, query replace). */ export declare function isAbortLikeError(error: unknown): boolean;