import type { PasteInfo } from "../components/InputArea.js"; export interface UserMessageDisplayPart { text: string; kind: "text" | "paste"; } export declare function getUserMessageDisplayParts(text: string, pasteInfo?: PasteInfo): UserMessageDisplayPart[]; //# sourceMappingURL=user-message-display.d.ts.map