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