/**
 * **wireshark.org** - Network analyzer and capture tool - without graphical user interface
 *
 * @domain `wireshark.org`
 * @programs `capinfos`, `captype`, `dumpcap`, `editcap`, `idl2wrs`, ... (+8 more)
 * @version `4.4.7` (32 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +wireshark.org -- $SHELL -i`
 * @dependencies `c-ares.org^1.23`, `gnome.org/glib^2.78.3`, `gnutls.org^3.8.2`, ... (+10 more)
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.wiresharkorg
 * console.log(pkg.name)        // "wireshark.org"
 * console.log(pkg.description) // "Network analyzer and capture tool - without gra..."
 * console.log(pkg.programs)    // ["capinfos", "captype", ...]
 * console.log(pkg.versions[0]) // "4.4.7" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/wireshark-org.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const wiresharkorgPackage: {
  /**
   * The display name of this package.
   */
  name: 'wireshark.org';
  /**
   * The canonical domain name for this package.
   */
  domain: 'wireshark.org';
  /**
   * Brief description of what this package does.
   */
  description: 'Network analyzer and capture tool - without graphical user interface';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/wireshark.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 +wireshark.org -- $SHELL -i';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['capinfos', 'captype', 'dumpcap', 'editcap', 'idl2wrs', 'mergecap', 'mmdbresolve', 'randpkt', 'rawshark', 'reordercap', 'sharkd', 'text2pcap', 'tshark'];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['c-ares.org^1.23', 'gnome.org/glib^2.78.3', 'gnutls.org^3.8.2', 'gnupg.org/libgcrypt^1.10.3', 'gnupg.org/libgpg-error^1.47', 'github.com/maxmind/libmaxminddb^1.8', 'nghttp2.org^1.58', 'ibr.cs.tu-bs.de/libsmi^0.4.8', 'libssh.org^0.10.5', 'lua.org^5.4', 'github.com/xiph/speexdsp^1.2.1', 'tcpdump.org^1.10.4', 'gnome.org/libxml2^2.12.3'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['4.4.7', '4.4.6', '4.4.5', '4.4.4', '4.4.3', '4.4.2', '4.4.1', '4.4.0', '4.3.1', '4.3.0', '4.2.12', '4.2.11', '4.2.10', '4.2.9', '4.2.8', '4.2.7', '4.2.5', '4.2.3', '4.2.2', '4.2.1', '4.2.0', '4.0.17', '4.0.16', '4.0.15', '4.0.14', '4.0.13', '4.0.12', '3.6.24', '3.6.23', '3.6.22', '3.6.21', '3.6.20'];
  aliases: readonly []
};
export type WiresharkorgPackage = typeof wiresharkorgPackage