import { WebhookDispatcher } from "./abstractions.js"; declare class NullWebhookDispatcherImpl implements WebhookDispatcher.Interface { dispatch(): Promise; } export declare const NullWebhookDispatcher: typeof NullWebhookDispatcherImpl & { __abstraction: import("@webiny/di").Abstraction; }; export {};