import { MeshPlugin, MeshPluginOptions, YamlConfig } from '@graphql-mesh/types';
export default function useHTTPCache({ cache, matches, ignores, }: MeshPluginOptions<YamlConfig.HTTPCachePlugin>): MeshPlugin<{}>;
