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