/**
 * **yuicompressor** - Yahoo! JavaScript and CSS compressor
 *
 * @domain `yui.github.io/yuicompressor`
 * @programs `yuicompressor`
 * @version `2.4.8` (1 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install yuicompressor`
 * @name `yuicompressor`
 * @dependencies `openjdk.org`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * // Access the package
 * const pkg = pantry.yuicompressor
 * // Or access via domain
 * const samePkg = pantry.yuigithubioyuicompressor
 * console.log(pkg === samePkg) // true
 * console.log(pkg.name)        // "yuicompressor"
 * console.log(pkg.description) // "Yahoo! JavaScript and CSS compressor"
 * console.log(pkg.programs)    // ["yuicompressor"]
 * console.log(pkg.versions[0]) // "2.4.8" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/yui-github-io/yuicompressor.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const yuicompressorPackage: {
  /**
   * The display name of this package.
   */
  name: 'yuicompressor';
  /**
   * The canonical domain name for this package.
   */
  domain: 'yui.github.io/yuicompressor';
  /**
   * Brief description of what this package does.
   */
  description: 'Yahoo! JavaScript and CSS compressor';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/yui.github.io/yuicompressor/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install yuicompressor';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['yuicompressor'];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['openjdk.org'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['2.4.8'];
  /**
   * Alternative names for this package.
   * You can use any of these names to access the package.
   */
  aliases: readonly []
};
export type YuicompressorPackage = typeof yuicompressorPackage