/**
 * **git-credential-manager** - Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.
 *
 * @domain `github.com/git-ecosystem/git-credential-manager`
 * @programs `git-credential-manager`
 * @version `2.6.1` (1 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install git-credential-manager`
 * @name `git-credential-manager`
 * @dependencies `openssl.org^1.1.1`, `unicode.org^71`, `zlib.net^1.3`, ... (+1 more)
 * @companions `git-scm.org`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * // Access the package
 * const pkg = pantry.gitcredentialmanager
 * // Or access via domain
 * const samePkg = pantry.githubcomgitecosystemgitcredentialmanager
 * console.log(pkg === samePkg) // true
 * console.log(pkg.name)        // "git-credential-manager"
 * console.log(pkg.description) // "Secure, cross-platform Git credential storage w..."
 * console.log(pkg.programs)    // ["git-credential-manager"]
 * console.log(pkg.versions[0]) // "2.6.1" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/github-com/git-ecosystem/git-credential-manager.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const gitcredentialmanagerPackage: {
  /**
   * The display name of this package.
   */
  name: 'git-credential-manager';
  /**
   * The canonical domain name for this package.
   */
  domain: 'github.com/git-ecosystem/git-credential-manager';
  /**
   * Brief description of what this package does.
   */
  description: 'Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/git-ecosystem/git-credential-manager/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install git-credential-manager';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['git-credential-manager'];
  /**
   * Related packages that work well with this package.
   * Consider installing these for enhanced functionality.
   */
  companions: readonly ['git-scm.org'];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['openssl.org^1.1.1', 'unicode.org^71', 'zlib.net^1.3', 'dotnet.microsoft.com^8.0'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['2.6.1'];
  /**
   * Alternative names for this package.
   * You can use any of these names to access the package.
   */
  aliases: readonly []
};
export type GitcredentialmanagerPackage = typeof gitcredentialmanagerPackage