import { ImageGenOptions, ImageResponse } from "./types.js"; export declare function imageGen(prompt: string, options?: ImageGenOptions): Promise;