//#region src/node/clipboard.d.ts /** Copy string to clipboard */ declare function pbcopy(data: string): Promise; //#endregion export { pbcopy as t }; //# sourceMappingURL=clipboard-Cfpr331X.d.cts.map