export declare function copyNode(node: Element): Promise; export declare function copyText(text: string): Promise;