export declare const isFirefox: () => boolean; export declare const isSafari: () => boolean; export declare const isChrome: () => boolean;