/**
 * **wimlib.net** - Library to create, extract, and modify Windows Imaging files
 *
 * @domain `wimlib.net`
 * @programs `mkwinpeimg`, `wimappend`, `wimapply`, `wimapply`, `wimdelete`, ... (+13 more)
 * @version `1.14.4` (3 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +wimlib.net -- $SHELL -i`
 * @dependencies `openssl.org^3.1.0`, `gnome.org/libxml2`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.wimlibnet
 * console.log(pkg.name)        // "wimlib.net"
 * console.log(pkg.description) // "Library to create, extract, and modify Windows ..."
 * console.log(pkg.programs)    // ["mkwinpeimg", "wimappend", ...]
 * console.log(pkg.versions[0]) // "1.14.4" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/wimlib-net.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const wimlibnetPackage: {
  /**
   * The display name of this package.
   */
  name: 'wimlib.net';
  /**
   * The canonical domain name for this package.
   */
  domain: 'wimlib.net';
  /**
   * Brief description of what this package does.
   */
  description: 'Library to create, extract, and modify Windows Imaging files';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/wimlib.net/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +wimlib.net -- $SHELL -i';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['mkwinpeimg', 'wimappend', 'wimapply', 'wimapply', 'wimdelete', 'wimdir', 'wimexport', 'wimextract', 'wiminfo', 'wimjoin', 'wimlib-imagex', 'wimmount', 'wimmountrw', 'wimoptimize', 'wimsplit', 'wimunmount', 'wimupdate', 'wimverify'];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['openssl.org^3.1.0', 'gnome.org/libxml2'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['1.14.4', '1.14.3', '1.14.1'];
  aliases: readonly []
};
export type WimlibnetPackage = typeof wimlibnetPackage