import Clipboard from 'clipboard';
export declare function copyText(text: string): Promise<unknown>;
export { Clipboard };
