/**
 * Detect if options are supported by the add-/removeEventListener methods
 *
 * @param recheck - Force the function to check the support again
 * @return Are event binding options supported or not
 */
export default function eventOptionsSupported(recheck?: boolean): boolean;
