export declare const stripGitSuffix: (input: string) => string; export declare const normalizeGitHubUrl: (input: string) => string; export interface GitHubRepositoryPath { owner: string; repo: string; } export declare const parseGitHubRepositoryUrl: (input: string) => GitHubRepositoryPath | undefined; export declare const stripPackageScope: (packageName: string) => string; //# sourceMappingURL=name-helpers.d.ts.map