/**
 * **libsodium.org** - pkgx package
 *
 * @domain `libsodium.org`
 * @version `1.0.20` (4 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +libsodium.org -- $SHELL -i`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.libsodiumorg
 * console.log(pkg.name)        // "libsodium.org"
 * console.log(pkg.versions[0]) // "1.0.20" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/libsodium-org.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const libsodiumorgPackage: {
  /**
   * The display name of this package.
   */
  name: 'libsodium.org';
  /**
   * The canonical domain name for this package.
   */
  domain: 'libsodium.org';
  /**
   * Brief description of what this package does.
   */
  description: '';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/libsodium.org/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +libsodium.org -- $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 ['1.0.20', '1.0.19', '1.0.18', '1.0.17'];
  aliases: readonly []
};
export type LibsodiumorgPackage = typeof libsodiumorgPackage