export = GitTemplateSource; declare class GitTemplateSource extends LocalFolderTemplateSource { /** * Checks if the GH client is installed and authenticated * * @returns {Promise} True if the authentication is ok. */ static checkGitClient(): Promise; } import LocalFolderTemplateSource = require("../local-folder-template-source/local-folder-template-source");