import type { UploadIndividually, UploadWithBatch } from '../types/deploy'; import type { UploadFilesParams } from '../types/upload'; export declare const uploadFiles: ({ upload, files, ...rest }: UploadFilesParams & { upload: UploadIndividually | UploadWithBatch; }) => Promise;