export declare const parse: import("./types.js").FPFn3<
  Date,
  import("../fp.js").DateArg<Date>,
  string,
  string
>;
