export interface ClipboardPort { writeText(text: string): Promise; readText?(): Promise; }