import { Observable } from 'rxjs'; import { ConfigService } from '@narik/infrastructure'; import * as i0 from "@angular/core"; export interface ResourceModel { src: string; loaded?: boolean; } export declare class NarikResourceLoaderService { private resources; private dynamicResourcesPath; constructor(configService: ConfigService); load(items: (ResourceModel | ResourceModel[])[]): Observable; private loadInternall; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }