export declare const formatTime: (t: Date) => {
    year: number;
    month: number;
    day: number;
};
