export declare const ageGenerate: (birthDate: Date, calculateDate?: Date) => {
    year: number;
    month: number;
    week: number;
};
