import { Options } from './options';
export declare function embedImages<T extends HTMLElement>(clonedNode: T, options: Options): Promise<T>;
