export declare const Clipboard: { getString(): Promise; setString(content: string): void; };