declare const copy: (content: string | number | HTMLElement) => void | Promise; export default copy;