export declare function idiomorph(oldNode: Document | Element, newContent: string | Element, config?: {}): HTMLCollection | (Element | undefined)[] | undefined;