export declare function copyTextToClipboard(text: string): Promise<boolean>;
