main
1import * as _ from './index.js';
2declare global {
3 type ProcessPromise = _.ProcessPromise;
4 type ProcessOutput = _.ProcessOutput;
5 var ProcessPromise: typeof _.ProcessPromise;
6 var ProcessOutput: typeof _.ProcessOutput;
7 var $: typeof _.$;
8 var argv: typeof _.argv;
9 var cd: typeof _.cd;
10 var chalk: typeof _.chalk;
11 var defaults: typeof _.defaults;
12 var dotenv: typeof _.dotenv;
13 var echo: typeof _.echo;
14 var expBackoff: typeof _.expBackoff;
15 var fs: typeof _.fs;
16 var glob: typeof _.glob;
17 var globby: typeof _.globby;
18 var kill: typeof _.kill;
19 var log: typeof _.log;
20 var minimist: typeof _.minimist;
21 var nothrow: typeof _.nothrow;
22 var os: typeof _.os;
23 var parseArgv: typeof _.parseArgv;
24 var path: typeof _.path;
25 var ps: typeof _.ps;
26 var question: typeof _.question;
27 var quiet: typeof _.quiet;
28 var quote: typeof _.quote;
29 var quotePowerShell: typeof _.quotePowerShell;
30 var resolveDefaults: typeof _.resolveDefaults;
31 var retry: typeof _.retry;
32 var sleep: typeof _.sleep;
33 var spinner: typeof _.spinner;
34 var stdin: typeof _.stdin;
35 var syncProcessCwd: typeof _.syncProcessCwd;
36 var tempdir: typeof _.tempdir;
37 var tempfile: typeof _.tempfile;
38 var tmpdir: typeof _.tempdir;
39 var tmpfile: typeof _.tempfile;
40 var updateArgv: typeof _.updateArgv;
41 var usePowerShell: typeof _.usePowerShell;
42 var usePwsh: typeof _.usePwsh;
43 var useBash: typeof _.useBash;
44 var version: typeof _.version;
45 var VERSION: typeof _.VERSION;
46 var which: typeof _.which;
47 var within: typeof _.within;
48 var YAML: typeof _.YAML;
49}