import type { ContextBrokerPersistence } from '../../context/broker.js'; import type { AgentRouteContext } from './agent-runs.js'; export declare function brokerPersistence(context: AgentRouteContext): ContextBrokerPersistence; //# sourceMappingURL=task5-support.d.ts.map