export declare function copyToClipboard(value: string): Promise<void>;
