export declare type SimpleDate = {
    year: number;
    month: number;
    monthIndex: number;
    day: number;
};
