/**
 * **md-tui** - Markdown renderer in the terminal
 *
 * @domain `crates.io/md-tui`
 * @programs `mdt`, `md-tui`
 * @version `0.8.7` (10 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +crates.io/md-tui -- $SHELL -i`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.cratesiomdtui
 * console.log(pkg.name)        // "md-tui"
 * console.log(pkg.description) // "Markdown renderer in the terminal"
 * console.log(pkg.programs)    // ["mdt", "md-tui"]
 * console.log(pkg.versions[0]) // "0.8.7" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/crates-io/md-tui.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const cratesiomdtuiPackage: {
  /**
   * The display name of this package.
   */
  name: 'md-tui';
  /**
   * The canonical domain name for this package.
   */
  domain: 'crates.io/md-tui';
  /**
   * Brief description of what this package does.
   */
  description: 'Markdown renderer in the terminal';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/crates.io/md-tui/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +crates.io/md-tui -- $SHELL -i';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['mdt', 'md-tui'];
  companions: readonly [];
  dependencies: readonly [];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['0.8.7', '0.8.6', '0.8.5', '0.8.4', '0.8.3', '0.8.2', '0.8.1', '0.8.0', '0.7.4', '0.7.3'];
  aliases: readonly []
};
export type CratesiomdtuiPackage = typeof cratesiomdtuiPackage