export interface ImageBufferContentItem { type: "image-buffer"; image_type: "png" | "jpeg" | "gif" | "webp"; data: Buffer; }