import { DateInterval } from './DateInterval';
export declare const formatInterval: (interval: DateInterval, parts?: number) => string;
