/** Check the executing versions of node and npm */
export declare function checkExecutingEngine(packageJson: {
    engines?: Record<string, string>;
}): void;
