import * as smartenv from '@push.rocks/smartenv'; import type dnsType from 'dns'; declare const dns: typeof dnsType | undefined; export { dns }; import * as path from 'path'; import { EventEmitter } from 'events'; export { path }; export declare const events: { EventEmitter: typeof EventEmitter; }; import * as smartdelay from '@push.rocks/smartdelay'; import * as smartpromise from '@push.rocks/smartpromise'; import * as smartrust from '@push.rocks/smartrust'; export { smartdelay, smartenv, smartpromise, smartrust }; import * as tsclass from '@tsclass/tsclass'; export { tsclass };