/** Copy `text` to the system clipboard. Returns whether a tool accepted it. */ export declare function copyToClipboard(text: string): boolean;