/** * 复制到剪切板 * @param {string} text 要复制的内容, * @param {Function} callback 回调 */ export declare const copy: (text: string, callback: Function) => void;