import { YearContribution } from '../models/type.js';
export default function GetYearWiseContributions(name: string): Promise<YearContribution[]>;
