declare const copyToClipboard: (str: string) => void | Promise; export { copyToClipboard };