import { type IGenAIContextObject, type SelectedContext } from "../../types.js"; /** * Turns each change of the assistant context into one spoken sentence: what was added, what was * removed, that the whole context was swapped (the user navigated to another dashboard), or that * nothing is left. * @internal */ export declare function useContextChangeAnnouncement(selected: SelectedContext | undefined, references: IGenAIContextObject[]): string; //# sourceMappingURL=useContextChangeAnnouncement.d.ts.map