import { IChatModel } from "../../common/model/chatModel.js"; export declare function getInProgressSessionDescription(chatModel: IChatModel): string | undefined;