/// export declare function composeEventHandlers(theirHandler: ((event: EventType) => any) | undefined, ourHandler: (event: EventType) => any): (event: EventType) => any; //# sourceMappingURL=event-handlers.d.ts.map