/** * attempts to copy a string to the users Clipboard * this is really only build for debugging purposes * not tested for production! * * @param stringToCopy - the string to attempt to copy to the clipboard */ export declare function copyToClipboard(stringToCopy: string): void; //# sourceMappingURL=copyToClipboard.d.ts.map