declare const isBrowser: boolean; declare const isNode: boolean; export { isBrowser, isNode };