/**
 * **zsh-completions** - Additional completion definitions for Zsh.
 *
 * @domain `github.com/zsh-users/zsh-completions`
 * @version `0.35.0` (1 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +github.com/zsh-users/zsh-completions -- $SHELL -i`
 * @dependencies `zsh.sourceforge.io`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.githubcomzshuserszshcompletions
 * console.log(pkg.name)        // "zsh-completions"
 * console.log(pkg.description) // "Additional completion definitions for Zsh."
 * console.log(pkg.versions[0]) // "0.35.0" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/github-com/zsh-users/zsh-completions.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const githubcomzshuserszshcompletionsPackage: {
  /**
   * The display name of this package.
   */
  name: 'zsh-completions';
  /**
   * The canonical domain name for this package.
   */
  domain: 'github.com/zsh-users/zsh-completions';
  /**
   * Brief description of what this package does.
   */
  description: 'Additional completion definitions for Zsh.';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/zsh-users/zsh-completions/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/zsh-users/zsh-completions -- $SHELL -i';
  programs: readonly [];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['zsh.sourceforge.io'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['0.35.0'];
  aliases: readonly []
};
export type GithubcomzshuserszshcompletionsPackage = typeof githubcomzshuserszshcompletionsPackage