/**
 * @group 工具函数
 * @description  copy text
 * @param text some text you want to copy
 * @returns
 */
export declare function copy(text: string): Promise<boolean>;
