import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { PliPromocionUsername } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PliPromocionUsernameService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); /** get by promcodigo */ getByPromCodigo(promCodigo: number): Observable; /** get by promcodigo */ getByUsernameAndPromCodigoIn(listIds: Array): Observable; /** get usernames not in promCodigo */ getUsernamesNotInPromCodigo(listUsername: Array, promCodigo: number): Observable; /** save */ save(pliPromocionUsername: PliPromocionUsername): Observable; /** save multiple */ saveMultiple(listPliPromocionUsername: PliPromocionUsername[]): Observable; /** delete by id */ delete(id: number): Observable; /** delete by list id */ deleteMultiple(listId: number[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }