export declare const uploadImageHandler: (file: File) => Promise<{ src: string; width: number; height: number; }>;