/** * Copy text to clipboard with fallback for non-secure contexts (HTTP, iframes). * Uses navigator.clipboard when available, otherwise document.execCommand('copy'). */ export declare function copyToClipboard(text: string): Promise; //# sourceMappingURL=clipboard.d.ts.map