import * as i0 from "@angular/core"; export declare class BizCycleService { private businessCycle; private timeFilter; private selectedRange; constructor(); getBusinessCycle(): any; businessCycleInfo(): any; timeFilterInfo(): any; selectedRangeInfo(): any; getFormatedDate(date: string): string; reset(): void; detectChange(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }