import * as Promise from 'bluebird';
export default class GitChanges {
    private dtPath;
    constructor(dtPath: string);
    private readChanges();
    readChangedFolders(): Promise<string[]>;
}
