/**
 * **libpthread-stubs** - pkgx package
 *
 * @domain `x.org/libpthread-stubs`
 * @version `0.5.0` (2 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +x.org/libpthread-stubs -- $SHELL -i`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.xorglibpthreadstubs
 * console.log(pkg.name)        // "libpthread-stubs"
 * console.log(pkg.versions[0]) // "0.5.0" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/x-org/libpthread-stubs.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const xorglibpthreadstubsPackage: {
  /**
   * The display name of this package.
   */
  name: 'libpthread-stubs';
  /**
   * The canonical domain name for this package.
   */
  domain: 'x.org/libpthread-stubs';
  /**
   * Brief description of what this package does.
   */
  description: '';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/x.org/libpthread-stubs/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +x.org/libpthread-stubs -- $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.5.0', '0.4.0'];
  aliases: readonly []
};
export type XorglibpthreadstubsPackage = typeof xorglibpthreadstubsPackage