export declare class GitHubService {
    private readonly githubRepoUrl;
    listTemplates(): Promise<any>;
    downloadTemplate(downloadPath: string, templateName: string): Promise<void>;
    private getDirPathInfo;
    private getPathInfo;
    private downloadFile;
    private removeWorkspaceFromPackageJson;
}
//# sourceMappingURL=github.service.d.ts.map