import type { Context } from "@webiny/api/types.js"; import type { GraphQLSchemaPlugin } from "./plugins/index.js"; export declare const getSchemaPlugins: (context: Context) => import("@webiny/plugins/PluginsContainer.js").WithName>[]; export declare const createGraphQLSchema: (context: Context) => Promise;