/**
 * Detect if running in Node.js.
 * @type {boolean}
 */
export const isNode: boolean;
