1 2 3 4
/** * returns true if the current environment is NodeJS */ export declare const isNode: boolean;