import { ParsedHtml } from '../interpolations/index.js';
/** Merges strings & values with dom meta into a html array tree */
export declare function getDomMeta(strings: string[], values: unknown[]): ParsedHtml;
