/** * 获取需求图片(包含设计图和切图) */ export declare function fetchNeedImages(needId: string): Promise<{ content: { type: "text"; text: string; }[]; isError?: undefined; } | { content: { type: "text"; text: string; }[]; isError: boolean; }>; //# sourceMappingURL=fetchNeedImages.d.ts.map