/** * @param avatarImg * @param maxWidth * @param maxHeight */ export declare const resizeImage: (avatarImg: any, maxWidth: number, maxHeight: number) => Promise; /** * @param image */ export declare const getBinaryData: (image: any) => { type: any; data: Uint8Array; }; export declare const getBase64Image: (url: string) => Promise; //# sourceMappingURL=imageUtils.service.d.ts.map