/**
 * **hyfetch** - Fast, highly customisable system info script with LGBTQ+ pride flags
 *
 * @domain `github.com/hykilpikonna/hyfetch`
 * @programs `hyfetch`
 * @version `1.99.0` (2 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install hyfetch`
 * @name `hyfetch`
 * @dependencies `pkgx.sh^1`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * // Access the package
 * const pkg = pantry.hyfetch
 * // Or access via domain
 * const samePkg = pantry.githubcomhykilpikonnahyfetch
 * console.log(pkg === samePkg) // true
 * console.log(pkg.name)        // "hyfetch"
 * console.log(pkg.description) // "Fast, highly customisable system info script wi..."
 * console.log(pkg.programs)    // ["hyfetch"]
 * console.log(pkg.versions[0]) // "1.99.0" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/github-com/hykilpikonna/hyfetch.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const hyfetchPackage: {
  /**
   * The display name of this package.
   */
  name: 'hyfetch';
  /**
   * The canonical domain name for this package.
   */
  domain: 'github.com/hykilpikonna/hyfetch';
  /**
   * Brief description of what this package does.
   */
  description: 'Fast, highly customisable system info script with LGBTQ+ pride flags';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/hykilpikonna/hyfetch/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install hyfetch';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['hyfetch'];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['pkgx.sh^1'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['1.99.0', '1.4.11'];
  /**
   * Alternative names for this package.
   * You can use any of these names to access the package.
   */
  aliases: readonly []
};
export type HyfetchPackage = typeof hyfetchPackage