import { EDatePart } from './types'; export declare const getDatesAndDiff: (from: string, to: string, part?: keyof typeof EDatePart) => [Date, Date, number];