import { BaseController } from './../LikeController'; export declare function Route(route?: string): (constructor: new (...args: any[]) => BaseController) => void;