/**
 * 今年至今的 起止时间
 */
declare const sofarYear: (format?: string) => string[];
export default sofarYear;
