import { DispatchCause } from "../types.js";
export declare const makeCauseDispatcher: (target: EventTarget) => DispatchCause;
