import type { Plugin } from 'graphql-yoga'; import type { CedarGraphQLContext } from '../types.js'; /** * This Envelop plugin waits until the GraphQL context is done building and sets * the CedarJS global context which can be imported with: * `import { context } from '@cedarjs/context'` */ export declare const useCedarGlobalContextSetter: () => Plugin; //# sourceMappingURL=useCedarGlobalContextSetter.d.ts.map