/** * Write text to the host clipboard, preferring the async Clipboard API and * falling back to `execCommand('copy')` on hosts (jsdom, insecure contexts) * that omit it. * @param text - the exact text to place on the clipboard. * @returns true only when the host accepted the write. */ export declare function writeClipboard(text: string): Promise; //# sourceMappingURL=clipboard.d.ts.map