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