/** @format */ export declare namespace NsEmployeeWebExp { interface IEnv { empExp: string; tms: string; floorplan: string; empExpUI: string; navLinks: INavLinks; platform: "ets" | "stratus"; empExpStatic: string; parkingFloorPlan: string; appServices: IAppServicesLinks; wisSeatBooking: string; securityGuard: string; mealBooking: string; } interface INavLinks { meetingRooms: string; vaccinationUpload: string; bookingHistory: string; } interface IAppServicesLinks { booking: string; } interface IUserInfo { buid: string; empGuid: string; } }