import express from 'express'; import { RouteGroupConfig } from '../types'; export declare class RouteAction { static registerRoutes(app: express.Application, routeGroupConfig: RouteGroupConfig): express.Application; }