import { ServiceLocator } from "../service-locator";
export declare class UtilsService {
    private mainLocator;
    constructor(mainLocator: ServiceLocator);
    clearUndefinedProperties(obj: any): void;
    clearUndefinedValuesInArray(list: any[]): any[];
    compareUrlWithRegx(url: string, regExp: RegExp): boolean;
    isAcademiaPhdStudentsListUrl(url: string): boolean;
    isAcademiaPhdStudentsDetailUrl(url: string): boolean;
    isAcademiaAllStudentsListUrl(url: string): boolean;
    isAcademiaAllStudentsDetailUrl(url: string): boolean;
    generateMd5(value: string): string;
    private normalizedParamsToHash(modelData);
    private setParams(modelData, hash);
    private getDateForUrl();
    private getSortParamsValues(keysSort, query);
    setIdTypes(idsType: any): any;
}
