/**
 * **libsixel** - Mirror of "sixel" original version (kmiya's sixel). The origin of libsixel.
 *
 * @domain `github.com/libsixel/libsixel`
 * @programs `img2sixel`, `sixel2png`, `libsixel-config`
 * @version `1.10.3` (1 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +github.com/libsixel/libsixel -- $SHELL -i`
 * @dependencies `libjpeg-turbo.org`, `libpng.org`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.githubcomlibsixellibsixel
 * console.log(pkg.name)        // "libsixel"
 * console.log(pkg.description) // "Mirror of "sixel" original version (kmiya's six..."
 * console.log(pkg.programs)    // ["img2sixel", "sixel2png", ...]
 * console.log(pkg.versions[0]) // "1.10.3" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/github-com/libsixel/libsixel.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const githubcomlibsixellibsixelPackage: {
  /**
   * The display name of this package.
   */
  name: 'libsixel';
  /**
   * The canonical domain name for this package.
   */
  domain: 'github.com/libsixel/libsixel';
  /**
   * Brief description of what this package does.
   */
  description: 'Mirror of "sixel" original version (kmiya\'s sixel). The origin of libsixel.';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/libsixel/libsixel/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/libsixel/libsixel -- $SHELL -i';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['img2sixel', 'sixel2png', 'libsixel-config'];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['libjpeg-turbo.org', 'libpng.org'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['1.10.3'];
  aliases: readonly []
};
export type GithubcomlibsixellibsixelPackage = typeof githubcomlibsixellibsixelPackage