import { HttpClient } from '@angular/common/http'; import * as i0 from "@angular/core"; export declare class NetworkService { private http; buid: any; empGuid: any; officeGuid: any; startTime: any; endTime: any; view: any; timeZone: string; constructor(http: HttpClient); getLayout(timeZone: any, office: any, date: any, floor: any, filtersArray: any, searchDetails: any): import("rxjs").Observable; getTimeZoneSpecificDateTimeAtDayHorizon(timeZone: string, horizonType: 'start' | 'end', dateTime?: Date | number): Date; getQueryStringValue(key: any): string; getFloorImage(buid: any, fileName: any): import("rxjs").Observable; getPreviewLayout(excelData: any): import("rxjs").Observable; getOffices(): import("rxjs").Observable; getFloors(officeGuid: any): import("rxjs").Observable; getLayoutForFloor(floorId: any, officeId: any): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }