export default class CopyUtils { static copyText(text: string, win?: typeof window): Promise; }