export type InstallScope = 'global' | 'project'; export type InstallMode = 'copy' | 'symlink'; //# sourceMappingURL=types.d.ts.map