interface IVisibilityBrowserSpecifics { hidden: string; visibilityState: string; event: string; } export interface IWithKeyIndex { [key: string]: any; } export declare const VISIBILITY_BROWSER_SPECIFICS: IVisibilityBrowserSpecifics; export declare const isSupported: boolean; export {};