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