import { KeyValueCache, MeshPlugin } from '@graphql-mesh/types';
export declare function useFetchache(cache: KeyValueCache<any>): MeshPlugin<any>;
