/**
 * **double-conversion** - Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.
 *
 * @domain `google.com/double-conversion`
 * @version `3.3.1` (3 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +google.com/double-conversion -- $SHELL -i`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.googlecomdoubleconversion
 * console.log(pkg.name)        // "double-conversion"
 * console.log(pkg.description) // "Efficient binary-decimal and decimal-binary con..."
 * console.log(pkg.versions[0]) // "3.3.1" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/google-com/double-conversion.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const googlecomdoubleconversionPackage: {
  /**
   * The display name of this package.
   */
  name: 'double-conversion';
  /**
   * The canonical domain name for this package.
   */
  domain: 'google.com/double-conversion';
  /**
   * Brief description of what this package does.
   */
  description: 'Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/google.com/double-conversion/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +google.com/double-conversion -- $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 ['3.3.1', '3.3.0', '3.2.1'];
  aliases: readonly []
};
export type GooglecomdoubleconversionPackage = typeof googlecomdoubleconversionPackage