import { HttpService } from '@ecp-caf/caf-common'; import { Observable } from 'rxjs'; export declare class PerformerConfigService { private http; private lookupConfig; constructor(http: HttpService); getLookupConfig(): Observable; }