export declare const formatSeconds: (date: number) => string; export declare const formatMinute: (date: number) => string; export declare const formatHour: (date: number) => string; export declare const formatDay: (date: number) => string; export declare const formatWeekday: (date: number) => string; export declare const formatMonth: (date: number) => string; export declare const formatYear: (date: number) => string;