import { DataInterface } from '../data/data.interface';
import { RouteFileInterface } from './route-file.interface';
import { RouteInterface } from './route.interface';
export declare class RouteFileUtilities {
    static reGenerateStatsForRouteFile(routeFile: RouteFileInterface): RouteFileInterface;
    static getSummaryStatsForRoutes(routes: RouteInterface[]): DataInterface[];
    private static addStatFromValue;
}
