import type { AttributionRole, WeightProfile } from './types.js'; /** Look up role_weight(role) from a profile. Unknown roles throw — the * taxonomy is locked at v0.1 per the spec's Open Questions. */ export declare function roleWeight(role: AttributionRole, profile: WeightProfile): number; //# sourceMappingURL=roles.d.ts.map