export declare const createAttachments: (array: any[], attachs?: any) => any; export declare function base64toFile(base: string, filename: string): File | undefined; export declare function getFileFromImageUrl(url: string): Promise;