export type NodeVersionCheck = { ok: boolean; current: string; expected: string; details: string; }; export declare function checkNodeVersion(rootDir: string): Promise; export declare function nodeInstallCommand(rootDir: string, currentDir?: string): string; export declare function setupNodeVersion(rootDir: string, options: { verbose: boolean; dryRun?: boolean; }): Promise; export declare function printNodeVersionStatus(check: NodeVersionCheck): void; //# sourceMappingURL=setup-node.d.ts.map