export declare const handleMultipleImageFiles: (fileList: File[]) => Promise<string[]>;
