import { type PromptString } from '../prompt/prompt-string'; /** * If the bot message ends with some prefix of the `Human:` stop sequence, trim if from the end. */ export declare function reformatBotMessageForChat(text: PromptString): PromptString; //# sourceMappingURL=viewHelpers.d.ts.map