#!/usr/bin/env node /** * Hook handler for notifying user about statistics calculation * * This script is called by Claude Code hooks on SessionEnd event. * It outputs a synchronous message to inform the user that statistics * are being calculated (before statistics.ts processes the transcript). * * Uses exit code 2 to trigger Claude Code's failure display mechanism, * and ANSI escape codes to clear the "SessionEnd hook [path] failed:" prefix. */ /** * Main entry point */ export declare const main: () => Promise; //# sourceMappingURL=statistics-notification.d.ts.map