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