import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { SegmentationUser } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class SegmentationUserService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); getSegmentationByUserTopFive(username: string, type: number): Observable; updatePositionSegmentation(lSegmentationUser: SegmentationUser[]): Observable; saveAllSegmentation(lSegmentationUser: SegmentationUser[]): Observable; /** It deletes a search object by id */ deleteSegmentation(id: any): Observable; changeTopFiveSegmentation(username: string, type: number): Observable; showEllipsisSegmentationByUser(username: string, type: number): Observable; getSegmentationGreaterThanPosition(username: string, type: number, position: number): Observable; getSegmentationByIdOrderByName(username: string, type: number): Observable; getSegmentationById(segmentationId: string): Observable; getAllSegmentationByLoginAndType(username: string, type: number): Observable; getPublicSegmentation(lastNHours: number, type: number): Observable; getSegColumn(): Observable; getSegmentationByName(username: string, type: number, name: string): Observable; getDataCutOff(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }