declare const isCommitCommand: (command: string) => boolean; declare const recordCommitAnchor: (event: { tool_input?: { command?: unknown; }; cwd?: unknown; }) => Promise; export { recordCommitAnchor, isCommitCommand };