declare enum StatusCode { Success = 0, Pending = 259, MoreProcessingRequired = 3221225494, FileNameNotFound = 3221225524, FilePathNotFound = 3221225530, FileClosed = 3221225768, SharingViolation = 3221225539 } export default StatusCode;