declare const _exports: { GitTemplateSource: typeof import("./git-template-source/git-template-source"); GithubClientTemplateSource: typeof import("./github-client-template-source/github-client-template-source"); IsomorphicGitTemplateSource: typeof import("./isomorphic-git-template-source/isomorphic-git-template-source"); TemplateSource: typeof import("./template-source"); LocalFolderTemplateSource: typeof import("./local-folder-template-source/local-folder-template-source"); GitNotInstalledError: typeof import("./git-template-source/errors/git-not-installed"); GitUserNotLoggedError: typeof import("./git-template-source/errors/git-user-not-logged"); GithubClientNotInstalledError: typeof import("./github-client-template-source/errors/github-client-not-installed"); GithubClientUserNotLoggedError: typeof import("./github-client-template-source/errors/github-client-user-not-logged"); }; export = _exports;