import { HttpClient } from '@angular/common/http';
import { Observable } from 'rxjs';
export declare class JaakrecogLivenessService {
    private http;
    constructor(http: HttpClient);
    getAdvertisement(video: Array<string>, path: string): Observable<any>;
}
