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