import type { ComPlainDate } from "../PlainDate.js"; /** * Get a function curried with a number of years to add to its plain-date arguments. * * @param years The number of years to add or subtract * @returns A curried function that operates on plain-dates */ export declare function addYears(years: number): (date: T) => T; //# sourceMappingURL=addYears.d.ts.map