import type { HookInput, GuardResult } from '../../core/index.js'; /** * Session-briefing guard: fires PostToolUse on all tools. * Injects sprint context on the very first tool call of a session. * Non-blocking (context-only) to avoid suggestion fatigue. */ export declare function sessionBriefingGuard(input: HookInput, cwd: string): Promise; //# sourceMappingURL=session-briefing.d.ts.map