export declare const stripExtension: (fileName: string) => string; export declare const stripGitHubUrl: (url: string) => string;