/** * Adaptive 24-hour multi-scale tick formatter. * Order of precedence (first predicate that matches): * milliseconds -> seconds -> minutes -> hours -> day -> month -> year. */ export declare function multiScale24Hours(): (d: Date) => string;