export declare function composeEventHandlers(consumer: ((event: E) => void) | undefined, internal: (event: E) => void): (event: E) => void;