import { Module } from '../types'; export declare enum exitCodes { UNCOMMITTED = 1, WRONG_BRANCH = 2 } /** * checks if user is on the right branch and has everything committed */ export declare const checkGitStatus: Module; //# sourceMappingURL=check-git-status.d.ts.map