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