/** * Value-to-label converters for ProtoPedia fields. * * These converters transform numeric codes from the ProtoPedia API * into human-readable labels. * * @module utils/converters * * @see https://protopedia.gitbook.io/helpcenter/info/2022.05.23 */ export * from './status.js'; export * from './release-flag.js'; export * from './thanks-flag.js'; export * from './license-type.js'; //# sourceMappingURL=index.d.ts.map