/**
 * **jsoncpp** - A C++ library for interacting with JSON.
 *
 * @domain `github.com/open-source-parsers/jsoncpp`
 * @version `1.9.6` (2 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +github.com/open-source-parsers/jsoncpp -- $SHELL -i`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.githubcomopensourceparsersjsoncpp
 * console.log(pkg.name)        // "jsoncpp"
 * console.log(pkg.description) // "A C++ library for interacting with JSON."
 * console.log(pkg.versions[0]) // "1.9.6" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/github-com/open-source-parsers/jsoncpp.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const githubcomopensourceparsersjsoncppPackage: {
  /**
   * The display name of this package.
   */
  name: 'jsoncpp';
  /**
   * The canonical domain name for this package.
   */
  domain: 'github.com/open-source-parsers/jsoncpp';
  /**
   * Brief description of what this package does.
   */
  description: 'A C++ library for interacting with JSON.';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/open-source-parsers/jsoncpp/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +github.com/open-source-parsers/jsoncpp -- $SHELL -i';
  programs: readonly [];
  companions: readonly [];
  dependencies: readonly [];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['1.9.6', '1.9.5'];
  aliases: readonly []
};
export type GithubcomopensourceparsersjsoncppPackage = typeof githubcomopensourceparsersjsoncppPackage