/**
 * **usque** - Open-source reimplementation of the Cloudflare WARP client's MASQUE protocol.
 *
 * @domain `github.com/Diniboy1123/usque`
 * @programs `usque`
 * @version `1.4.0` (7 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install usque`
 * @name `usque`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * // Access the package
 * const pkg = pantry.usque
 * // Or access via domain
 * const samePkg = pantry.githubcomdiniboy1123usque
 * console.log(pkg === samePkg) // true
 * console.log(pkg.name)        // "usque"
 * console.log(pkg.description) // "Open-source reimplementation of the Cloudflare ..."
 * console.log(pkg.programs)    // ["usque"]
 * console.log(pkg.versions[0]) // "1.4.0" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/github-com/Diniboy1123/usque.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const usquePackage: {
  /**
   * The display name of this package.
   */
  name: 'usque';
  /**
   * The canonical domain name for this package.
   */
  domain: 'github.com/Diniboy1123/usque';
  /**
   * Brief description of what this package does.
   */
  description: 'Open-source reimplementation of the Cloudflare WARP client\'s MASQUE protocol.';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/Diniboy1123/usque/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/Diniboy1123/usque';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install usque';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['usque'];
  companions: readonly [];
  dependencies: readonly [];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['1.4.0', '1.3.0', '1.2.1', '1.2.0', '1.1.1', '1.1.0', '1.0.4'];
  /**
   * Alternative names for this package.
   * You can use any of these names to access the package.
   */
  aliases: readonly []
};
export type UsquePackage = typeof usquePackage