import { WeekDayCode } from '@project-types/common';
declare const getDayCode: (dateString: string) => WeekDayCode;
export default getDayCode;
