import { AnnaDateTimeFormatService } from "@annalib/anna-core"; import { NgbDate } from "@ng-bootstrap/ng-bootstrap"; import dayjs from "dayjs"; import * as i0 from "@angular/core"; export declare class WeekCalendarService { private annaDateTimeFormatService; fmt: string; constructor(annaDateTimeFormatService: AnnaDateTimeFormatService); setCurrentDate(currentTimezone: string): { today: NgbDate; fromDate: NgbDate; }; getCurrentDateBasedOnTimezone(currentTimezone: string, daysToBackdate: number): dayjs.Dayjs; setBroadcastWeek(systemDate: any): { startDate: string; endDate: string; }[]; getBroadcastWeek(startDate: any): { start: dayjs.Dayjs; end: dayjs.Dayjs; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }