//#region src/Contributor.d.ts declare class Contributor { readonly contributions: Record>; add(number: number, type: string): void; } //#endregion export { Contributor }; //# sourceMappingURL=Contributor.d.ts.map