import type { Plugin } from "@webiny/plugins/types.js"; export interface GraphQLHandlerFactoryParams { debug?: boolean; } export declare const graphQLHandlerFactory: ({ debug }: GraphQLHandlerFactoryParams) => Plugin[];