/** * Create a File object from an image URL for upload */ export declare const createImageFile: (imageUrl: string) => Promise;