export declare const uploadImage: (file: File, config: { apiUrl: string; token: string; }) => Promise;