const SeverityKind = { FATAL: 'fatal', ERROR: 'error', SILLY: 'silly' }; export { SeverityKind }; //# sourceMappingURL=constants.mjs.map