/** * Domain Module * * GraphBox-specific claims and table specifications. */ export { getClaim, getClaimsByBaseline, getClaimsBySut, getClaimsByTag, getCoreClaims, RANKING_CLAIMS, THESIS_CLAIMS, } from './claims.js'; export { getTableSpec, TABLE_SPECS } from './tables.js'; //# sourceMappingURL=index.d.ts.map