/** * @packageDocumentation * @module std */ /** * Test whether the code is running on NodeJS. * * @return Whether NodeJS or not. */ export declare function is_node(): boolean;