export declare const isBrowser: boolean; export declare const isWebWorker: boolean; export declare const isNode: boolean; export declare const isElectron: boolean; export declare const isBrowserLike: boolean;