/** * 复制到剪切板 * @param text 要复制的内容 * @example copy2clipboard(text); */ export default function copy2clipboard(text: string): Promise;