/**
 * **PyGObject** - pkgx package
 *
 * @domain `gnome.org/PyGObject`
 * @version `3.51.0` (8 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +gnome.org/PyGObject -- $SHELL -i`
 * @dependencies `gnome.org/gobject-introspection`, `cairographics.org/pycairo`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.gnomeorgpygobject
 * console.log(pkg.name)        // "PyGObject"
 * console.log(pkg.versions[0]) // "3.51.0" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/gnome-org/PyGObject.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const gnomeorgpygobjectPackage: {
  /**
   * The display name of this package.
   */
  name: 'PyGObject';
  /**
   * The canonical domain name for this package.
   */
  domain: 'gnome.org/PyGObject';
  /**
   * Brief description of what this package does.
   */
  description: '';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/gnome.org/PyGObject/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +gnome.org/PyGObject -- $SHELL -i';
  programs: readonly [];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['gnome.org/gobject-introspection', 'cairographics.org/pycairo'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['3.51.0', '3.50.0', '3.49.0', '3.48.2', '3.48.1', '3.48.0', '3.47.0', '3.46.0'];
  aliases: readonly []
};
export type GnomeorgpygobjectPackage = typeof gnomeorgpygobjectPackage