export declare function merge(newContent: string, existingContent: string, cleanNotExistingTags?: boolean): string;
