import { DayIndex } from '../index';
export default function rotateDayIndexes(startOfWeek: DayIndex): DayIndex[];
