import { ImageData } from "."; export declare const uploadImage: (directory: string, name: string, image: ImageData) => Promise;