export declare function canUseDom(): boolean;
declare const isBrowser: boolean;
export default isBrowser;
