import type { Plugin } from '@envelop/core';
import { type HivePubSub, type Logger, type MeshPubSub, type YamlConfig } from '@graphql-mesh/types';
export default function useMeshLiveQuery(options: {
logger?: Logger;
pubsub?: MeshPubSub | HivePubSub;
} & YamlConfig.LiveQueryConfig): Plugin;