/**
 * **tinyxml2** - TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
 *
 * @domain `leethomason.github.io/tinyxml2`
 * @version `11.0.0` (3 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +leethomason.github.io/tinyxml2 -- $SHELL -i`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.leethomasongithubiotinyxml2
 * console.log(pkg.name)        // "tinyxml2"
 * console.log(pkg.description) // "TinyXML2 is a simple, small, efficient, C++ XML..."
 * console.log(pkg.versions[0]) // "11.0.0" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/leethomason-github-io/tinyxml2.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const leethomasongithubiotinyxml2Package: {
  /**
   * The display name of this package.
   */
  name: 'tinyxml2';
  /**
   * The canonical domain name for this package.
   */
  domain: 'leethomason.github.io/tinyxml2';
  /**
   * Brief description of what this package does.
   */
  description: 'TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/leethomason.github.io/tinyxml2/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +leethomason.github.io/tinyxml2 -- $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 ['11.0.0', '10.1.0', '10.0.0'];
  aliases: readonly []
};
export type Leethomasongithubiotinyxml2Package = typeof leethomasongithubiotinyxml2Package