/** * 保存切图到本地文件系统 */ export declare function saveCutImagesToLocal(needId: string, savePath: string): Promise<{ content: { type: "text"; text: string; }[]; isError?: undefined; } | { content: { type: "text"; text: string; }[]; isError: boolean; }>; //# sourceMappingURL=saveCutImagesToLocal.d.ts.map