export declare class ImageObserver { private promiseList; constructor(); add(payload: Promise): void; clearAll(): void; allSettled(): Promise[]>; }