declare const isBeforeDay: (aDay: any, bDay: any) => boolean;
export default isBeforeDay;
