#!/usr/bin/env node /** * Hook handler for auto-updating nori-ai package * * This script is called by Claude Code SessionStart hook. * It checks npm registry for updates and installs them in the background. */ /** * Main entry point */ declare const main: () => Promise; export { main }; //# sourceMappingURL=autoupdate.d.ts.map