/**
 * 获取星期几
 */
declare function getWeekday(value?: string | number | Date, prefix?: string): string;

export { getWeekday };
