import { Observable } from 'rxjs'; import { SkApiService } from 'sk-front-lib/api'; import { SkBank } from 'sk-front-lib/model'; import * as i0 from "@angular/core"; export declare class SkConfigService { private _apiService; constructor(_apiService: SkApiService); getConfig(key: string, nullValue?: any): Observable; setConfig(key: string, data: any, nullValue?: any): Observable; getBankList(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }