/**
 * **harfbuzz.org** - HarfBuzz text shaping engine
 *
 * @domain `harfbuzz.org`
 * @programs `hb-ot-shape-closure`, `hb-shape`, `hb-subset`, `hb-view`
 * @version `11.2.1` (28 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +harfbuzz.org -- $SHELL -i`
 * @dependencies `cairographics.org@1`, `freetype.org@2`, `gnome.org/glib@2`, ... (+2 more)
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.harfbuzzorg
 * console.log(pkg.name)        // "harfbuzz.org"
 * console.log(pkg.description) // "HarfBuzz text shaping engine"
 * console.log(pkg.programs)    // ["hb-ot-shape-closure", "hb-shape", ...]
 * console.log(pkg.versions[0]) // "11.2.1" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/harfbuzz-org.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const harfbuzzorgPackage: {
  /**
   * The display name of this package.
   */
  name: 'harfbuzz.org';
  /**
   * The canonical domain name for this package.
   */
  domain: 'harfbuzz.org';
  /**
   * Brief description of what this package does.
   */
  description: 'HarfBuzz text shaping engine';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/harfbuzz.org/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +harfbuzz.org -- $SHELL -i';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['hb-ot-shape-closure', 'hb-shape', 'hb-subset', 'hb-view'];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['cairographics.org@1', 'freetype.org@2', 'gnome.org/glib@2', 'graphite.sil.org', 'unicode.org^71'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['11.2.1', '11.2.0', '11.1.0', '11.0.1', '11.0.0', '10.4.0', '10.3.0', '10.2.0', '10.1.0', '10.0.1', '10.0.0', '9.0.0', '8.5.0', '8.4.0', '8.3.0', '8.2.2', '8.2.1', '8.2.0', '8.1.1', '8.1.0', '8.0.1', '8.0.0', '7.3.0', '7.2.0', '7.1.0', '7.0.1', '7.0.0', '5.3.1'];
  aliases: readonly []
};
export type HarfbuzzorgPackage = typeof harfbuzzorgPackage