import type { V2Store } from '../v2/store-facade.js'; import type { HookContext, SessionStartResult, SessionStartDeps } from './types.js'; export declare function buildSessionStart(store: V2Store, ctx: HookContext, deps?: SessionStartDeps): SessionStartResult;