declare const path: typeof import('path');
declare const process: typeof import('process');
declare const http: typeof import('http');
declare const fs: typeof import('fs');
declare const fetch: typeof import('node-fetch').default;
declare const sudoPrompt: typeof import('sudo-prompt');
declare const childProcess: typeof import('child_process');
declare const unzipper: typeof import('unzipper');
declare const toSpawnArgs: (args: object) => Array<string>;
export declare type ChildProcess = typeof import('child_process');
export { path, process, http, fs, fetch, sudoPrompt, childProcess, unzipper, toSpawnArgs };
//# sourceMappingURL=Node.d.ts.map