import type { QueryError } from '../types'; export declare const isCancellationError: (error: any) => boolean; export declare const handleQueryError: (error: any) => QueryError; //# sourceMappingURL=queryError.d.ts.map