/// import { IsphkParkingController } from "../controllers/IsphkParkingController"; import { Router } from "@golemio/core/dist/shared/express"; export declare class IsphkParkingRouter { private isphkParkingController; router: Router; constructor(isphkParkingController: IsphkParkingController); private initRoutes; private postIsphkMeasurements; } declare const isphkParkingRouter: Router; export { isphkParkingRouter };