/**
 * Formatter for timeserie label dates
 */
export declare const timeSeriesDatetimeFormatter: (date: Date) => string;
