export declare const getFileName: (url: string) => string; export declare const getBase64: (file: Blob) => Promise;