/** * Stringifies then parses the event received as a parameter * because an instance of Event cannot be cloned entirely * @param event */ export default function cloneEventObject(event: Event): Record;