export declare const transpose: import("./types.ts").FPFn2<
  Date,
  | Date
  | import("../fp.ts").ContextFn<Date>
  | import("../fp.ts").GenericDateConstructor<Date>,
  Date
>;
//# sourceMappingURL=index.d.ts.map
