declare let isSupported: boolean; /** * Checks if the browser supports passive events. This shouldn't really be used * outside of this file, but you can always check again if needed. */ export declare function update(): boolean; export { isSupported };