/** * Copies the provided text to the clipboard. */ export declare const copyText: (text: string) => boolean;