/**
 * **mecab-ipadic** - pkgx package
 *
 * @domain `taku910.github.io/mecab-ipadic`
 * @version `2.7.0.20070801` (1 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +taku910.github.io/mecab-ipadic -- $SHELL -i`
 * @dependencies `taku910.github.io/mecab`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.taku910githubiomecabipadic
 * console.log(pkg.name)        // "mecab-ipadic"
 * console.log(pkg.versions[0]) // "2.7.0.20070801" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/taku910-github-io/mecab-ipadic.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const taku910githubiomecabipadicPackage: {
  /**
   * The display name of this package.
   */
  name: 'mecab-ipadic';
  /**
   * The canonical domain name for this package.
   */
  domain: 'taku910.github.io/mecab-ipadic';
  /**
   * Brief description of what this package does.
   */
  description: '';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/taku910.github.io/mecab-ipadic/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +taku910.github.io/mecab-ipadic -- $SHELL -i';
  programs: readonly [];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['taku910.github.io/mecab'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['2.7.0.20070801'];
  aliases: readonly []
};
export type Taku910githubiomecabipadicPackage = typeof taku910githubiomecabipadicPackage