export declare function copyNode(node: Node): Promise<void>;
export declare function copyText(text: string): Promise<void>;
