export declare function isAudioCapable(): boolean; export declare function isSharedArrayBufferCapable(): boolean; export declare function isBlinkBrowser(): boolean; export declare function isElectronBrowser(): boolean; export declare function isFirefoxBrowser(): boolean; export declare function isSafariBrowser(): boolean;