import type { UseUploadReturn } from './interface'; export declare function useUpload(): UseUploadReturn;