/**
 * **generic_sum** - An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases.
 *
 * @domain `github.com/Mbed-TLS/mbedtls`
 * @programs `generic_sum`
 * @version `3.6.3.1` (10 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install generic_sum`
 * @aliases `generic_sum`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * // Access via alias (recommended)
 * const pkg = pantry.genericsum
 * // Or access via domain
 * const samePkg = pantry.githubcommbedtlsmbedtls
 * console.log(pkg === samePkg) // true
 * console.log(pkg.name)        // "mbedtls"
 * console.log(pkg.description) // "An open source, portable, easy to use, readable..."
 * console.log(pkg.programs)    // ["generic_sum"]
 * console.log(pkg.versions[0]) // "3.6.3.1" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/github-com/Mbed-TLS/mbedtls.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const genericsumPackage: {
  /**
   * The display name of this package.
   */
  name: 'mbedtls';
  /**
   * The canonical domain name for this package.
   */
  domain: 'github.com/Mbed-TLS/mbedtls';
  /**
   * Brief description of what this package does.
   */
  description: 'An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases.';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/Mbed-TLS/mbedtls/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install generic_sum';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['generic_sum'];
  companions: readonly [];
  dependencies: readonly [];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['3.6.3.1', '3.6.0', '3.5.2', '3.5.1', '3.4.1', '3.4.0', '2.28.8', '2.28.7', '2.28.6', '2.28.4'];
  /**
   * Alternative names for this package.
   * You can use any of these names to access the package.
   */
  aliases: readonly ['generic_sum']
};
export type GenericsumPackage = typeof genericsumPackage