import { Observable } from 'rxjs'; import { AppConfigService } from '../services/app-config.service'; import * as i0 from "@angular/core"; export interface IDemoAvatarItem { fileName: string; isFemale: boolean; } export declare class RandomAvatarService { private appConfigService; maleAvatarMap: Map; femaleAvatarMap: Map; constructor(appConfigService: AppConfigService); lastPath: string; lastIndexPulledFromMap: number; get(): string; getDemoAvatar$(isFemale: boolean): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }