import { CoreGraphQLSchemaFactory } from "@webiny/handler-graphql/graphql/abstractions.core.js"; declare class MutationCmsResolver implements CoreGraphQLSchemaFactory.Interface { execute(builder: CoreGraphQLSchemaFactory.SchemaBuilder): CoreGraphQLSchemaFactory.Return; } export declare const MutationCmsResolverImpl: typeof MutationCmsResolver & { __abstraction: import("@webiny/di").Abstraction; }; export {};