/** Copy text to clipboard using the Clipboard API with execCommand fallback. */ export declare function copyText(text: string): Promise;