/**
 * Get git repository user name from config
 */
declare const getUserName: () => Promise<string>;
export default getUserName;
