/** * @returns True if the runtime is NodeJS. */ declare const isNode: () => boolean; export default isNode;