export declare function uploadProfileImage(tenant: string, userId: string, imageUrl: string): Promise<string>;
