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