/** Populates the asset keys from the specified root. */ export declare function collectAssets(assets: Set, root: Element): void; /** Mutates the specified root to apply the specified asset mapping. */ export declare function mapAssets(root: Element, assets: Map): void;