/// import * as plugins from "./smartgit.plugins"; export declare let commit: (dirPathArg: string, commitMessage: string) => plugins.Q.Promise<{}>;