export declare const areIntervalsOverlappingWithOptions: import("./types.js").FPFn3< boolean, | import("../areIntervalsOverlapping.js").AreIntervalsOverlappingOptions | undefined, import("../fp.js").Interval, import("../fp.js").Interval >;