import { Sasih } from "../Sasih"; export declare class Pivot { readonly pawukonDay: number; readonly sasihDay: number; readonly ngunaRatriDay: number; readonly saka: number; readonly sasih: Sasih; readonly isNampihSasih: boolean; static readonly PIVOT_1971: Pivot; static readonly PIVOT_2000: Pivot; readonly date: Date; constructor(year: number, month: number, dayOfMonth: number, pawukonDay: number, sasihDay: number, ngunaRatriDay: number, saka: number, sasih: Sasih, isNampihSasih: boolean); }