export declare function generateImage(description: string, options?: any): Promise<string>;
