/** * @param {event} event event object */ export declare const stopEvent: (event: Event) => void; export default stopEvent;