export declare class UtilsService { static getUrl(baseUrl: string, pattern: string, params?: any): string; }