import type { MeshPlugin } from '@graphql-mesh/types';
export default function useDeduplicateRequest(): MeshPlugin<any>;
