import type ATVAC from "../types/AttributeTypeValueAndContextsTuple.mjs"; import type { Attribute } from "../modules/InformationFramework/Attribute.ta.mjs"; /** * @summary Get type-value-context tuples for an attribute * @param {Attribute} attr The attribute whose type-value-context tuples are queried * @returns type-value-context tuples for each value in the attribute * @function */ export declare function getValueTuplesFromAttribute(attr: Attribute): ATVAC[]; export default getValueTuplesFromAttribute; //# sourceMappingURL=getValueTuplesFromAttribute.d.mts.map