import crypto from 'crypto';
import dgram from 'dgram';
import { EventEmitter } from 'events';
import fs from 'fs';
import * as net from 'net';
import * as path from 'path';
export { crypto, dgram, fs, net, path, };
export declare const events: {
    EventEmitter: typeof EventEmitter;
};
import * as smartrust from '@push.rocks/smartrust';
export { smartrust, };
import * as minimatch from 'minimatch';
export { minimatch, };
