export { parseGitRemote, parseRemoteUrl, parseGitConfig, selectBestRemote, listGitRemotes, GitRemoteInfo, ParseGitRemoteOptions, } from './git-remote'; export { matchProfileByHost, findProfileByHost, ProfileMatchResult } from './profile-matcher'; export { autoDiscover, formatDiscoveryResult, AutoDiscoveryOptions, AutoDiscoveryResult, } from './auto';