declare const getDateInterval: (start: Date, length: number) => Date[]; export default getDateInterval;