export class coreFileUtils { blobToBase64: (blob: any) => Promise; compressImage: (blob: any) => Promise; }