import type { CalendarLevel } from '../../../types';
export declare function clampLevel(level: CalendarLevel, minLevel: CalendarLevel, maxLevel: CalendarLevel): CalendarLevel;
//# sourceMappingURL=clamp-level.d.ts.map