/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * @plan PLAN-20250822-GEMINIFALLBACK.P06 * @requirement REQ-001.1, REQ-001.2, REQ-001.3 * @pseudocode lines 29-37 */ export declare class ClipboardService { /** * Copy text to clipboard using platform-specific utilities * @plan PLAN-20250822-GEMINIFALLBACK.P06 * @requirement REQ-001.1 * @pseudocode lines 29-30 */ copyToClipboard(text: string): Promise; }