// pushrocks scope import * as smartlogInterfaces from '../dist_ts_interfaces/index.js'; import * as consolecolor from '@push.rocks/consolecolor'; export { smartlogInterfaces, consolecolor }; // node.js internal import { stdout, stderr } from 'process'; export { stdout, stderr };