import type { StopContext } from './types.js'; /** Append the latest exchange to the immutable events log. Attribution is derived * from session_bindings later — Stop writes no project, no active flag (Goal #2). */ export declare function logStop(ctx: StopContext): Promise;