import "@agimon-ai/doompi-config/pi-config"; //#region src/services/readImage/index.d.ts export interface ReadTextPart { type: 'text'; text: string; } export interface ReadImagePart { type: 'image'; data: string; mimeType: string; } export type ReadContentPart = ReadTextPart | ReadImagePart; //#endregion //# sourceMappingURL=index.d.mts.map