export declare function cloneEvent<E extends Event>(event: E): E;
