import { LOCALE } from "../../../interfaces/types";
export declare const isChristmas: (date: Date) => boolean;
export declare const LunarNewYearLocale: LOCALE[];
export declare const isLunarNewYear: (date: Date) => boolean;
export declare const isNewYear: (date: Date) => boolean;
export declare const RamadanYearMapping: {
    year: number;
    start: number[];
    end: number[];
}[];
export declare const isRamadan: (date: Date) => boolean;
export declare const isVNHungKing: (date: Date) => boolean;
export declare const isVN3004: (date: Date) => boolean;
export declare const isLabourDay: (date: Date) => boolean;
export declare const isVNIndependentDay: (date: Date) => boolean;
