/** * CareerVivid CLI — Post-install hook * * This script runs after 'npm install -g careervivid'. * It checks Node version compatibility and prints a welcome message. */ export declare function printPostInstall(): void; //# sourceMappingURL=postinstall.d.ts.map