export declare const differenceInHours: import("./types.js").FPFn2<
  number,
  string | number | Date,
  string | number | Date
>;