import { GraphQLSchemaPlugin } from "@webiny/handler-graphql/plugins/GraphQLSchemaPlugin"; import { SecurityContext } from "../types"; import { TenancyContext } from "@webiny/api-tenancy/types"; type Context = SecurityContext & TenancyContext; declare const _default: GraphQLSchemaPlugin; export default _default;