/** The status of an uploaded file. */ export declare enum Status { /** The status is unknown. */ Unknown = "Unknown", /** The file is being processed. */ Processing = "Processing", /** The file is ready. */ Ready = "Ready", /** Media file has not been upload. */ NoFile = "NoFile" } //# sourceMappingURL=status.d.ts.map