/// <reference types="express" />
import { Router } from "@golemio/core/dist/shared/express";
export declare class KoridParkingsRouter {
    router: Router;
    private configController;
    private dataController;
    constructor();
    /**
     * Initiates all routes. Should respond with correct data to a HTTP requests to all routes.
     */
    private initRoutes;
    private PostConfig;
    private PostData;
}
declare const parkingsRouter: Router;
export { parkingsRouter };
