export enum FileErrorCodes { FileDoesNotExist = 'ENOENT', FileAlreadyExists = 'EEXIST', OperationNotPermitted = 'EPERM', DeviceIsBusy = 'EBUSY', }