/**
 * **oapi-codegen** - Generate Go client and server boilerplate from OpenAPI 3 specifications
 *
 * @domain `github.com/deepmap/oapi-codegen`
 * @version `2.4.1` (10 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +github.com/deepmap/oapi-codegen -- $SHELL -i`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.githubcomdeepmapoapicodegen
 * console.log(pkg.name)        // "oapi-codegen"
 * console.log(pkg.description) // "Generate Go client and server boilerplate from ..."
 * console.log(pkg.versions[0]) // "2.4.1" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/github-com/deepmap/oapi-codegen.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const githubcomdeepmapoapicodegenPackage: {
  /**
   * The display name of this package.
   */
  name: 'oapi-codegen';
  /**
   * The canonical domain name for this package.
   */
  domain: 'github.com/deepmap/oapi-codegen';
  /**
   * Brief description of what this package does.
   */
  description: 'Generate Go client and server boilerplate from OpenAPI 3 specifications';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/deepmap/oapi-codegen/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/deepmap/oapi-codegen -- $SHELL -i';
  programs: readonly [];
  companions: readonly [];
  dependencies: readonly [];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['2.4.1', '2.4.0', '2.3.0', '2.2.0', '2.1.0', '2.0.0', '1.16.2', '1.16.1', '1.16.0', '1.15.0'];
  aliases: readonly []
};
export type GithubcomdeepmapoapicodegenPackage = typeof githubcomdeepmapoapicodegenPackage