export interface FiscalYearOptions {
    now: Date;
    startMonth?: number;
    registerTime?: Date;
}
