import type { ImageProviderAdapter } from '../types.js'; /** * Alibaba DashScope text-to-image (Qwen-Image series). Sync only: * * POST /services/aigc/multimodal-generation/generation * One request, one response, image URLs / bytes inline. * * The legacy async task endpoint (text2image/image-synthesis) is not used — * it doesn't accept reference images and the supported models there are old. */ export declare const dashscopeAdapter: ImageProviderAdapter; //# sourceMappingURL=dashscope.d.ts.map