import { GraphQLSchemaPlugin } from "@webiny/handler-graphql"; import { Context } from "../types"; export declare const emptyResolver: () => {}; export declare const createGraphQlPlugin: () => GraphQLSchemaPlugin;