import { Plugin } from "@webiny/plugins/types"; export interface ICreateGraphQlParams { createGraphQL?: boolean; } export declare const createGraphQl: (params?: ICreateGraphQlParams) => Plugin[];