import { EDatePart } from './types'; export declare const getDatesSequence: (from: TReadonlyDate, to: TReadonlyDate, part?: keyof typeof EDatePart) => ReadonlyArray;