/**
 * **libgd.github.io** - Graphics library to dynamically manipulate images
 *
 * @domain `libgd.github.io`
 * @programs `bdftogd`, `gd2copypal`, `gd2togif`, `gdcmpgif`, `giftogd2`
 * @version `2.3.3` (1 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +libgd.github.io -- $SHELL -i`
 * @dependencies `freedesktop.org/fontconfig`, `freetype.org`, `libjpeg-turbo.org`, ... (+5 more)
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.libgdgithubio
 * console.log(pkg.name)        // "libgd.github.io"
 * console.log(pkg.description) // "Graphics library to dynamically manipulate images"
 * console.log(pkg.programs)    // ["bdftogd", "gd2copypal", ...]
 * console.log(pkg.versions[0]) // "2.3.3" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/libgd-github-io.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const libgdgithubioPackage: {
  /**
   * The display name of this package.
   */
  name: 'libgd.github.io';
  /**
   * The canonical domain name for this package.
   */
  domain: 'libgd.github.io';
  /**
   * Brief description of what this package does.
   */
  description: 'Graphics library to dynamically manipulate images';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/libgd.github.io/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +libgd.github.io -- $SHELL -i';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['bdftogd', 'gd2copypal', 'gd2togif', 'gdcmpgif', 'giftogd2'];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['freedesktop.org/fontconfig', 'freetype.org', 'libjpeg-turbo.org', 'github.com/AOMediaCodec/libavif', 'libpng.org', 'simplesystems.org/libtiff', 'google.com/webp', 'zlib.net'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['2.3.3'];
  aliases: readonly []
};
export type LibgdgithubioPackage = typeof libgdgithubioPackage