/** * Checks `date` against the lower bound `minDate`. Set `exclusive` to true to disallow the border value. * @param date * @param minDate * @param [exclusive=false] * @returns {boolean} */ export declare function lowerBoundCheck(date: Date, minDate: Date, exclusive?: boolean): boolean; //# sourceMappingURL=lowerBoundCheck.d.ts.map