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