export { doubleAttributeSchema, floatAttributeSchema } from "./attribute.js";
export type { DoubleAttribute, FloatAttribute } from "./attribute.js";
