import * as i0 from "@angular/core"; export declare class DateService { private static weekdays; static getWeekdays(): { fullname: string; short: string; }[]; static getWeekdayByIndex(index: number): { fullname: string; short: string; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }