import type { FetchResult } from "../../link/core/index.js"; export declare function graphQLResultHasError(result: FetchResult): boolean; export declare function getGraphQLErrorsFromResult(result: FetchResult): import("graphql").GraphQLFormattedError[]; //# sourceMappingURL=errorHandling.d.ts.map