export declare function shallowCloneRepo(repoUrl: string, targetDir: string): Promise; export declare function parseGitHubUrl(url: string): { owner: string; repo: string; branch: string; path: string; type: 'dir' | 'file'; }; export declare function getSkillsInDir(dirPath: string): Promise; export declare function findSkillDirectory(dirPath: string): Promise; export declare function getSkillName(path: string): string; //# sourceMappingURL=git.d.ts.map