declare function autogit(commandName?: any, repositories?: any): Promise<void>;
declare const _default: typeof autogit & {
  default: typeof autogit;
}
declare namespace _default {
  export type type = autogit;
}
export = _default;
