import type { ISessionClient } from "../platform/ports/session-client.ts"; import type { ResolvedFunction } from "../types.ts"; export declare function appendCorrection(corrections: Map, sessionID: string, text: string): void; export declare function collectAllFunctions(fnMap: Map): ResolvedFunction[]; export declare function fetchLastAssistantText(client: ISessionClient, sessionID: string): Promise; //# sourceMappingURL=context.d.ts.map