import { DecoderDictionaryStore } from 'deltaflate-decode'; import { ApolloCache } from 'apollo-cache'; export declare class GraphQlDecoderDictionaryStore implements DecoderDictionaryStore { cache: ApolloCache; constructor(cache: ApolloCache); read(): Promise>; write(decodedResponse: Response): Promise; } export default GraphQlDecoderDictionaryStore;