import { DayTimeBand } from "../modules/SelectedAttributeTypes/DayTimeBand.ta.mjs"; /** * @summary Determine if a point in time occurs between a day time band * @param {DayTimeBand} dtb The asserted day time band * @param {Date} point The date representing the asserted point in time * @returns {Boolean} `true` if the date is between the asserted time band * @function */ export declare function dateIsBetweenDayTimeBand(dtb: DayTimeBand, point: Date): boolean; export default dateIsBetweenDayTimeBand; //# sourceMappingURL=dateIsBetweenDayTimeBand.d.mts.map