export declare function base64forImageUriAsync(file: any): Promise<{ data: string; size: { width: number; height: number; }; }>;