export declare class RunHelper {
    static composeRunId(routeId: string, runNumber: number): string;
}
