/** * Copies specified text to the clipboard. * @param text - text to copy. */ export declare function copyTextToClipboard(text: string): Promise;