/** @ignore */
/** @internal */
/**
 * Checks if the runtime environment is NodeJS
 */
export declare function isNodeJS(): boolean;
