import type { Element } from '../types'; export declare function replaceWith(el: Element, replacement: string | Element): Element; export declare function wrap(el: Element, wrapper: string | Element): Element; export declare function unwrap(el: Element): Element; export declare function insertBefore(el: Element, reference: Element): Element; export declare function insertAfter(el: Element, reference: Element): Element; //# sourceMappingURL=structure.d.ts.map