/** * Copy to clipboard * @param value The string which will be copied * @returns The error message or true if the operation succeeded. */ export declare function copyToClipboard(value: string): Promise; //# sourceMappingURL=copy-to-clipboard.d.ts.map