import { CalendarOptions } from "./opt"; export declare const Options: (opt: CalendarOptions) => void; export declare const MasehiKeHijriyah: (date: string) => string; export declare const HijriyahKeMasehi: (date: string) => string; export declare const Imsakiyah: (date: string, shubuh?: number, thulu?: number, dhuha?: number, ihtiyat?: number, dhuhur?: number, ashar?: number, isya?: number, imsak?: number) => any; export declare const Waisak: (year: number) => string; export declare const TahunBuddha: (year: number) => number; export declare const Nyepi: (year: number) => string; export declare const TahunWaisak: (year: number) => number; export declare const Imlek: (year: number) => string; export declare const TahunImlek: (year: number) => number; export declare const ShioImlek: (year: number) => number; export declare const ElementImlek: (year: number) => number; export declare const TahunBaru: (year: number) => string; export declare const Kemerdekaan: (year: number) => string; export declare const Buruh: (year: number) => string; export declare const Pancasila: (year: number) => string; export declare const Paskah: (year: number) => string; export declare const WafatIsa: (year: number) => string; export declare const KenaikanIsa: (year: number) => string; export declare const Natal: (year: number) => string; export declare const KalenderMasehi: (year: number, month: number, day: number) => any; export declare const LiburMasehi: (year: number, month: number, day: number) => any; export declare const KalenderHijriyah: (year: number, month: number, day: number) => any;