'use strict'; const SeverityKind = { FATAL: 'fatal', ERROR: 'error', SILLY: 'silly' }; exports.SeverityKind = SeverityKind; //# sourceMappingURL=constants.js.map