/** * Copy the node to the clipboard. * @param node * @returns {Promise|Promise} */ export function copyNode(node: any): Promise | Promise; /** * Copy the text to the clipboard. * @param text * @returns {Promise|Promise} */ export function copyText(text: any): Promise | Promise;