import type { AgentResponse, WorkflowState } from '../../models/types.js'; export declare function invalidateExpectedPersonaSession(state: WorkflowState, sessionKey: string, response: AgentResponse, requestSessionId: string | undefined, updatePersonaSession: (persona: string, sessionId: string | undefined) => void): void; export declare function invalidatePersonaSessionIfExpected(state: WorkflowState, sessionKey: string, expectedSessionId: string | undefined, updatePersonaSession: (persona: string, sessionId: string | undefined) => void): void; //# sourceMappingURL=session-invalidation.d.ts.map