/**
 * Removes the npm scope prefix from a package name when present.
 */
export declare function stripNpmPackageScope(packageName: string): string;
