export const isBrowser: boolean;
export const isWebWorker: boolean;
export const isNode: boolean;
export function isJsDom(): boolean;
