export declare const getVisibleTimeByFormat: (format: string) => { showHours: boolean; showMinutes: boolean; showSeconds: boolean; use12Hours: boolean; }; export declare const addLeadingZeros: (count: number) => (number: number) => string;