/** * Takes out the @ in front of a packageName and replaces / with a - */ export declare const normalizePackageName: (packageName: string | undefined) => string; //# sourceMappingURL=normalize-package-name.function.d.ts.map