export declare const UtilsService: {
    unique: (array: any[]) => any[];
};
