/** * Checks whether we're in the Node.js or Browser environment * * @returns Answer to given question */ export declare function isNodeEnv(): boolean; /** * Requires a module which is protected against bundler minification. * * @param request The module path to resolve */ export declare function dynamicRequire(mod: any, request: string): any; //# sourceMappingURL=node.d.ts.map