import { EntryAfterPublishEventHandler } from "../../../features/contentEntry/PublishEntry/events.js"; import { WebhookDispatcher } from "@webiny/api-core/features/webhooks/index.js"; declare class OnEntryPublishedHandlerImpl implements EntryAfterPublishEventHandler.Interface { private dispatcher; constructor(dispatcher: WebhookDispatcher.Interface); handle(event: EntryAfterPublishEventHandler.Event): Promise; } export declare const OnEntryPublishedHandler: typeof OnEntryPublishedHandlerImpl & { __abstraction: import("@webiny/di").Abstraction>; }; export {};