/**
 * **reproc** - A cross-platform (C99/C++11) process library
 *
 * @domain `github.com/DaanDeMeyer/reproc`
 * @version `14.2.5` (2 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +github.com/DaanDeMeyer/reproc -- $SHELL -i`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.githubcomdaandemeyerreproc
 * console.log(pkg.name)        // "reproc"
 * console.log(pkg.description) // "A cross-platform (C99/C++11) process library"
 * console.log(pkg.versions[0]) // "14.2.5" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/github-com/DaanDeMeyer/reproc.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const githubcomdaandemeyerreprocPackage: {
  /**
   * The display name of this package.
   */
  name: 'reproc';
  /**
   * The canonical domain name for this package.
   */
  domain: 'github.com/DaanDeMeyer/reproc';
  /**
   * Brief description of what this package does.
   */
  description: 'A cross-platform (C99/C++11) process library';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/DaanDeMeyer/reproc/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/DaanDeMeyer/reproc -- $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 ['14.2.5', '14.2.4'];
  aliases: readonly []
};
export type GithubcomdaandemeyerreprocPackage = typeof githubcomdaandemeyerreprocPackage