import { MeshPluginOptions, YamlConfig } from '@graphql-mesh/types'; import { Plugin } from '@graphql-yoga/common'; export default function useWebhook(opts: MeshPluginOptions): Plugin;