import { IRouter } from "../../interface/router";
export declare class ControllerRoutes {
    private methodStructure;
    static make: (path: string, controllerClass: any, route: IRouter) => void;
}
