import "reflect-metadata";
export default class NestRouter {
    static nestController(path: string, routes: object): any[];
    static nestModule(path: string, routes: object): any[];
    private static flattenRoutes(rootPath, routes, type);
    private static buildPath(rootPath, target, metaType);
}
