/**
 * **go-redfish-api-idrac-client** - iDRAC Redfish API client library written in Go.
 *
 * @domain `github.com/greenpau/go-redfish-api-idrac`
 * @programs `go-redfish-api-idrac-client`
 * @version `1.0.6` (1 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install go-redfish-api-idrac-client`
 * @name `go-redfish-api-idrac`
 * @aliases `go-redfish-api-idrac-client`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * // Access via alias (recommended)
 * const pkg = pantry.goredfishapiidracclient
 * // Or access via domain
 * const samePkg = pantry.githubcomgreenpaugoredfishapiidrac
 * console.log(pkg === samePkg) // true
 * console.log(pkg.name)        // "go-redfish-api-idrac"
 * console.log(pkg.description) // "iDRAC Redfish API client library written in Go."
 * console.log(pkg.programs)    // ["go-redfish-api-idrac-client"]
 * console.log(pkg.versions[0]) // "1.0.6" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/github-com/greenpau/go-redfish-api-idrac.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const goredfishapiidracclientPackage: {
  /**
   * The display name of this package.
   */
  name: 'go-redfish-api-idrac';
  /**
   * The canonical domain name for this package.
   */
  domain: 'github.com/greenpau/go-redfish-api-idrac';
  /**
   * Brief description of what this package does.
   */
  description: 'iDRAC Redfish API client library written in Go.';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/greenpau/go-redfish-api-idrac/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install go-redfish-api-idrac-client';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['go-redfish-api-idrac-client'];
  companions: readonly [];
  dependencies: readonly [];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['1.0.6'];
  /**
   * Alternative names for this package.
   * You can use any of these names to access the package.
   */
  aliases: readonly ['go-redfish-api-idrac-client']
};
export type GoredfishapiidracclientPackage = typeof goredfishapiidracclientPackage