/** * Checks if the current process is running in an npm lifecycle hook, excluding custom npm scripts. */ export declare function isInNpmLifecycleHook(): boolean;