export declare const getYearNameBuilder: (yearNameMap: Record<string, string>) => (year: number) => string;
