/**
 * http 协议下获取 剪切板的值
 */
export declare const readTextByClipboard: () => Promise<string>;
