export type UploadState = "PendingUpload" | "Uploading" | "PendingResponse" | "Done"; //# sourceMappingURL=UploadState.d.ts.map