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