import { AiCfoQuestionWithAnswer } from '@zeniai/client-epic-state'; /** * The answer-grounded `suggestedReply` from the most recent answer in the * session, or undefined when there is no answer yet / no suggestion. Used to * feed the composer's ghost-text autocomplete. */ export declare const getLatestSuggestedReply: (questionAnswers: AiCfoQuestionWithAnswer[] | undefined) => string | undefined;