declare const checkIfDayIsFerie: (date: string) => boolean;
export default checkIfDayIsFerie;
