export declare const isWithinIntervalWithOptions: import("./types.ts").FPFn3<
  boolean,
  import("../isWithinInterval.ts").IsWithinIntervalOptions | undefined,
  import("../fp.ts").Interval<
    import("../fp.ts").DateArg<Date>,
    import("../fp.ts").DateArg<Date>
  >,
  string | number | Date
>;
//# sourceMappingURL=index.d.ts.map
