//#region packages/window/copy.d.ts declare function copy(text: string): void; //#endregion export { copy as t };