import type { ImageProviderAdapter } from '../types.js'; /** * Volcengine Ark image generation (ByteDance Seedream series). * * POST /api/v3/images/generations * * OpenAI-shaped request + response (model/prompt/n/size, data[].url|b64_json), * with one twist: reference images for image-to-image / multi-image conditioning * go into the same JSON body as `image: [, ...]` — NOT a multipart * /images/edits call. So we reuse openai's parser but build our own body. * * Docs: https://www.volcengine.com/docs/82379/1824121 */ export declare const arkAdapter: ImageProviderAdapter; //# sourceMappingURL=ark.d.ts.map