export declare function embedImages<T extends HTMLElement>(clonedNode: T, placeholder?: string): Promise<void>;
