import { IntervalMap } from './time-interval';
export declare function chooseNiceTimeMask(date: Date, intervalMap: IntervalMap): string;
