declare function writeText(text: string): Promise; export declare const clipboard: { writeText: typeof writeText; }; export {};