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