ts
export declare const addMonthsWithOptions: import("./types.ts").FPFn3< Date, import("../addMonths.ts").AddMonthsOptions<Date> | undefined, number, import("../fp.ts").DateArg<Date> >;