export declare const NODE_VERSIONS: { '12': string; '16': string; }; export declare function switchNodeVersion(version: string): void;