import { Observable } from "rxjs"; import { DressingRoomAnimation } from "../components/dressing-room/types"; import { IHostAdaptor, Providers } from "../types"; export declare const defaultAnimationProvider: Providers.AnimationProvider; export declare class AnimationResolver { private provider; private animations; animations$: Observable; constructor(hostAdaptor: IHostAdaptor); refresh(): Promise; private getData; }