import type { ApolloLink } from "@apollo/client/link"; export declare function readMultipartBody>(response: Response, nextValue: (value: T) => void): Promise; export declare function parseAndCheckHttpResponse(operations: ApolloLink.Operation | ApolloLink.Operation[]): (response: Response) => Promise; //# sourceMappingURL=parseAndCheckHttpResponse.d.ts.map