/** * Appends one or more context sections to message content. * * @private function of appendChatAttachmentContext */ export declare function appendChatContextSections(messageContent: string, contextSections: ReadonlyArray): string;