export declare const clipboard: (text: string) => Promise<void>;
