export declare function fallbackCopyTextToClipboard(text: string): boolean; export declare function copyTextToClipboard(text: string): Promise;