/**
 * **forc** - 🌴 Empowering everyone to build reliable and efficient smart contracts.
 *
 * @domain `fuellabs.github.io/sway`
 * @programs `forc`
 * @version `0.68.7` (75 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install forc`
 * @aliases `forc`
 * @dependencies `zlib.net^1`, `openssl.org^1.1`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * // Access via alias (recommended)
 * const pkg = pantry.forc
 * // Or access via domain
 * const samePkg = pantry.fuellabsgithubiosway
 * console.log(pkg === samePkg) // true
 * console.log(pkg.name)        // "sway"
 * console.log(pkg.description) // "🌴 Empowering everyone to build reliable and ef..."
 * console.log(pkg.programs)    // ["forc"]
 * console.log(pkg.versions[0]) // "0.68.7" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/fuellabs-github-io/sway.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const forcPackage: {
  /**
   * The display name of this package.
   */
  name: 'sway';
  /**
   * The canonical domain name for this package.
   */
  domain: 'fuellabs.github.io/sway';
  /**
   * Brief description of what this package does.
   */
  description: '🌴 Empowering everyone to build reliable and efficient smart contracts.';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/fuellabs.github.io/sway/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install forc';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['forc'];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['zlib.net^1', 'openssl.org^1.1'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['0.68.7', '0.68.6', '0.68.5', '0.68.4', '0.68.3', '0.68.2', '0.68.1', '0.68.0', '0.67.2', '0.67.1', '0.67.0', '0.66.10', '0.66.9', '0.66.8', '0.66.7', '0.66.6', '0.66.5', '0.66.4', '0.66.3', '0.66.2', '0.66.1', '0.66.0', '0.65.2', '0.65.1', '0.65.0', '0.63.6', '0.63.5', '0.63.4', '0.63.3', '0.63.2', '0.63.1', '0.63.0', '0.62.0', '0.61.2', '0.61.1', '0.61.0', '0.60.0', '0.59.0', '0.58.0', '0.57.0', '0.56.1', '0.56.0', '0.55.0', '0.54.0', '0.53.0', '0.52.1', '0.51.1', '0.51.0', '0.50.0', '0.49.3', '0.49.2', '0.49.1', '0.49.0', '0.48.1', '0.48.0', '0.47.0', '0.46.1', '0.46.0', '0.45.0', '0.44.1', '0.44.0', '0.43.2', '0.43.1', '0.43.0', '0.42.1', '0.42.0', '0.41.0', '0.40.1', '0.40.0', '0.39.1', '0.39.0', '0.38.0', '0.37.3', '0.37.2', '0.35.5'];
  /**
   * Alternative names for this package.
   * You can use any of these names to access the package.
   */
  aliases: readonly ['forc']
};
export type ForcPackage = typeof forcPackage