import { EDatePart } from './types'; export declare function getDateByIndex(from: string, period?: EDatePart, index?: number): number;