1 | import * as system from './system';
|
2 | interface NeedOptions {
|
3 | forceFetch?: boolean;
|
4 | forceBuild?: boolean;
|
5 | dryRun?: boolean;
|
6 | output?: string;
|
7 | nodeRange: string;
|
8 | platform: string;
|
9 | arch: string;
|
10 | }
|
11 | export declare function satisfyingNodeVersion(nodeRange: string): string;
|
12 | export declare function getNodeVersion(nodeRange: string): string;
|
13 | export declare function need(opts: NeedOptions): Promise<string>;
|
14 | export { system };
|
15 | //# sourceMappingURL=index.d.ts.map |
\ | No newline at end of file |