const off = 'off'
const warn = 'warn'
const error = 'error'
const single = 'single'
const any = 'any'
const never = 'never'
const always = 'always'
const all = 'all'
const readonly = 'readonly'
export {
off,
warn,
error,
single,
any,
never,
always,
all,
readonly
}