export interface Contributor { add(id: string, value: T): void; }