/**
 * **putty** - Implementation of Telnet and SSH
 *
 * @domain `chiark.greenend.org.uk/putty`
 * @programs `pageant`, `plink`, `pscp`, `psftp`, `psusan`, ... (+1 more)
 * @version `0.83.0` (6 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +chiark.greenend.org.uk/putty -- $SHELL -i`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.chiarkgreenendorgukputty
 * console.log(pkg.name)        // "putty"
 * console.log(pkg.description) // "Implementation of Telnet and SSH"
 * console.log(pkg.programs)    // ["pageant", "plink", ...]
 * console.log(pkg.versions[0]) // "0.83.0" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/chiark-greenend-org-uk/putty.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const chiarkgreenendorgukputtyPackage: {
  /**
   * The display name of this package.
   */
  name: 'putty';
  /**
   * The canonical domain name for this package.
   */
  domain: 'chiark.greenend.org.uk/putty';
  /**
   * Brief description of what this package does.
   */
  description: 'Implementation of Telnet and SSH';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/chiark.greenend.org.uk/putty/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +chiark.greenend.org.uk/putty -- $SHELL -i';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['pageant', 'plink', 'pscp', 'psftp', 'psusan', 'puttygen'];
  companions: readonly [];
  dependencies: readonly [];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['0.83.0', '0.82.0', '0.81.0', '0.80.0', '0.79.0', '0.78.0'];
  aliases: readonly []
};
export type ChiarkgreenendorgukputtyPackage = typeof chiarkgreenendorgukputtyPackage