export declare const previousDay: import("./types.js").FPFn2<
  Date,
  import("../fp.js").Day,
  import("../fp.js").DateArg<Date>
>;
