/**
 * **argcomplete** - Python and tab completion, better together.
 *
 * @domain `kislyuk.github.io/argcomplete`
 * @programs `activate-global-python-argcomplete`, `register-python-argcomplete`, `python-argcomplete-check-easy-install-script`
 * @version `3.6.2` (10 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +kislyuk.github.io/argcomplete -- $SHELL -i`
 * @dependencies `pkgx.sh^1`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.kislyukgithubioargcomplete
 * console.log(pkg.name)        // "argcomplete"
 * console.log(pkg.description) // "Python and tab completion, better together."
 * console.log(pkg.programs)    // ["activate-global-python-argcomplete", "register-python-argcomplete", ...]
 * console.log(pkg.versions[0]) // "3.6.2" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/kislyuk-github-io/argcomplete.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const kislyukgithubioargcompletePackage: {
  /**
   * The display name of this package.
   */
  name: 'argcomplete';
  /**
   * The canonical domain name for this package.
   */
  domain: 'kislyuk.github.io/argcomplete';
  /**
   * Brief description of what this package does.
   */
  description: 'Python and tab completion, better together.';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/kislyuk.github.io/argcomplete/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +kislyuk.github.io/argcomplete -- $SHELL -i';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['activate-global-python-argcomplete', 'register-python-argcomplete', 'python-argcomplete-check-easy-install-script'];
  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 ['3.6.2', '3.6.1', '3.6.0', '3.5.3', '3.5.2', '3.5.1', '3.5.0', '3.4.0', '3.3.0', '3.2.3'];
  aliases: readonly []
};
export type KislyukgithubioargcompletePackage = typeof kislyukgithubioargcompletePackage