import { GitRepo } from 'smartstring'; import { ProjectInfo } from 'projectinfo'; /** * a info instance about the git respoitory at cwd :) */ export declare let repo: GitRepo; /** * Info about the project at cwd */ export declare let cwdProjectInfo: ProjectInfo;