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