import { Birthdate } from '../types'; export declare class BirthdateBase implements Birthdate { day: number; month: number; year: number; }