import { Seedream45Text2Image } from './Seedream45.text2image'; import { Seedream45Image2Image } from './Seedream45.image2image'; import { Seedream40Text2Image } from './Seedream40.text2image'; import { Seedream40Image2Image } from './Seedream40.image2image'; import { Seedream50Text2Image } from './Seedream50.text2image'; import { Seedream50Image2Image } from './Seedream50.image2image'; declare const Bytedance: { Seedream50: { Text2Image: typeof Seedream50Text2Image; Image2Image: typeof Seedream50Image2Image; }; Seedream45: { Text2Image: typeof Seedream45Text2Image; Image2Image: typeof Seedream45Image2Image; }; Seedream40: { Text2Image: typeof Seedream40Text2Image; Image2Image: typeof Seedream40Image2Image; }; }; export default Bytedance; export type { BytedanceProviderConfiguration } from './types';