/** * SessionStart hook handler. * * Called when Claude Code starts or resumes a session. * Loads the correct branch-specific CLAUDE.md for the current git branch. */ export declare function handleSessionStart(): Promise;