export declare function upsertTag(head: HTMLElement, added: HTMLElement[], tag: 'meta' | 'link', attrs: Record<string, string>, contentAttr?: 'content' | 'href'): HTMLElement;
