export declare function generateAltText(imageUrl: string): Promise<string>;
