/**
 * @param {string} text
 */
export function clipboardCopy(text: string): Promise<void>;
