import { buildDefText } from './building.js';
import { getDumpText } from './dumping.js';
import { haveSameValue } from './equivalence.js';
import { parseDefText } from './parsing.js';
export { buildDefText, getDumpText, haveSameValue, parseDefText };