export declare const revParse: (revision?: string, workDir?: string) => Promise<string>;
export declare const getStagedFiles: (workDir?: string) => Promise<string[]>;
export declare const stageDir: (pathToDir: string, workDir?: string) => Promise<void>;
export declare const getDirStatus: (pathToDir: string, workDir?: string) => Promise<string[]>;
