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