import type { DispatchErrorEvent } from './error';
import type { DispatchEvent } from './module';
export declare function isDispatcherErrorEvent(event: DispatchEvent | DispatchErrorEvent): event is DispatchErrorEvent;
