/**
 * **gvisor-tap-vsock** - A new network stack based on gVisor
 *
 * @domain `github.com/containers/gvisor-tap-vsock`
 * @programs `gvproxy`, `qemu-wrapper`
 * @version `0.8.6` (15 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +github.com/containers/gvisor-tap-vsock -- $SHELL -i`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.githubcomcontainersgvisortapvsock
 * console.log(pkg.name)        // "gvisor-tap-vsock"
 * console.log(pkg.description) // "A new network stack based on gVisor"
 * console.log(pkg.programs)    // ["gvproxy", "qemu-wrapper"]
 * console.log(pkg.versions[0]) // "0.8.6" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/github-com/containers/gvisor-tap-vsock.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const githubcomcontainersgvisortapvsockPackage: {
  /**
   * The display name of this package.
   */
  name: 'gvisor-tap-vsock';
  /**
   * The canonical domain name for this package.
   */
  domain: 'github.com/containers/gvisor-tap-vsock';
  /**
   * Brief description of what this package does.
   */
  description: 'A new network stack based on gVisor';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/containers/gvisor-tap-vsock/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +github.com/containers/gvisor-tap-vsock -- $SHELL -i';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['gvproxy', 'qemu-wrapper'];
  companions: readonly [];
  dependencies: readonly [];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['0.8.6', '0.8.5', '0.8.4', '0.8.3', '0.8.2', '0.8.1', '0.8.0', '0.7.5', '0.7.4', '0.7.3', '0.7.2', '0.7.1', '0.7.0', '0.6.2', '0.6.1'];
  aliases: readonly []
};
export type GithubcomcontainersgvisortapvsockPackage = typeof githubcomcontainersgvisortapvsockPackage