import { Molad } from './molad';
export declare class RoshChodesh {
    private year;
    private month;
    protected molad: Molad;
    constructor(year: number, month: number);
    private monthsElapsedFromCreation;
    getMolad(): Molad;
}
