export declare const eachMinuteOfInterval: import("./types.js").FPFn1<
  Date[],
  import("../fp.js").Interval<Date>
>;