import type { Plugin } from 'graphql-yoga'; import type { CedarGraphQLContext, GraphQLHandlerOptions } from '../types.js'; /** * This Envelop plugin enriches the context on a per-request basis * by populating it with the results of a custom function * @returns */ export declare const useCedarPopulateContext: (populateContextBuilder: NonNullable) => Plugin; //# sourceMappingURL=useCedarPopulateContext.d.ts.map