/** Write `text` to the system clipboard. Returns true on success, false when no * clipboard tool is available or every attempt failed. Never throws. */ export declare function writeClipboardText(text: string): boolean;