/** 写入文本至剪切板 */ export declare function writeToClipBoard(text: string): Promise;