import { type UseUploadReturn } from "../types";
export declare const useUpload: () => UseUploadReturn;
