export declare const addWithOptions: import("./types.js").FPFn3<
  Date,
  import("../add.js").AddOptions<Date> | undefined,
  import("../fp.js").Duration,
  import("../fp.js").DateArg<Date>
>;
