export declare class UrlHelper { static getController(url: string): string; static getAction(url: string): string; static getNoParam(url: string): string; static combine(...parts: any[]): string; private static combineEnsureSingleSeparator; }