/** 复制字符串至粘贴板并返回复制是否成功 */ export declare const copyTextToClipboard: (value: string) => Promise; export default copyTextToClipboard;