export interface GitHubCLIHostsYAML { "github.com"?: { user?: string; oauth_token?: string; git_protocol?: string; }; }