/**
 * Copy text to clipboard
 *
 * 复制字符串文档至剪贴板
 */
export declare function copy(value: string): Promise<string>;
