/**
 * **libaio** - pkgx package
 *
 * @domain `pagure.io/libaio`
 * @version `0.3.113` (1 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +pagure.io/libaio -- $SHELL -i`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.pagureiolibaio
 * console.log(pkg.name)        // "libaio"
 * console.log(pkg.versions[0]) // "0.3.113" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/pagure-io/libaio.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const pagureiolibaioPackage: {
  /**
   * The display name of this package.
   */
  name: 'libaio';
  /**
   * The canonical domain name for this package.
   */
  domain: 'pagure.io/libaio';
  /**
   * Brief description of what this package does.
   */
  description: '';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/pagure.io/libaio/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +pagure.io/libaio -- $SHELL -i';
  programs: readonly [];
  companions: readonly [];
  dependencies: readonly [];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['0.3.113'];
  aliases: readonly []
};
export type PagureiolibaioPackage = typeof pagureiolibaioPackage