/** * Determines if the current environment is Node.js */ export declare const isNode: () => boolean;