/**
 * **oauth2-proxy** - A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.
 *
 * @domain `oauth2-proxy.github.io`
 * @programs `oauth2-proxy`
 * @version `7.9.0` (7 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install oauth2-proxy`
 * @aliases `oauth2-proxy`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * // Access via alias (recommended)
 * const pkg = pantry.oauth2proxy
 * // Or access via domain
 * const samePkg = pantry.oauth2proxygithubio
 * console.log(pkg === samePkg) // true
 * console.log(pkg.name)        // "oauth2-proxy.github.io"
 * console.log(pkg.description) // "A reverse proxy that provides authentication wi..."
 * console.log(pkg.programs)    // ["oauth2-proxy"]
 * console.log(pkg.versions[0]) // "7.9.0" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/oauth2-proxy-github-io.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const oauth2proxyPackage: {
  /**
   * The display name of this package.
   */
  name: 'oauth2-proxy.github.io';
  /**
   * The canonical domain name for this package.
   */
  domain: 'oauth2-proxy.github.io';
  /**
   * Brief description of what this package does.
   */
  description: 'A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/oauth2-proxy.github.io/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install oauth2-proxy';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['oauth2-proxy'];
  companions: readonly [];
  dependencies: readonly [];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['7.9.0', '7.8.2', '7.8.1', '7.8.0', '7.7.1', '7.7.0', '7.6.0'];
  /**
   * Alternative names for this package.
   * You can use any of these names to access the package.
   */
  aliases: readonly ['oauth2-proxy']
};
export type Oauth2proxyPackage = typeof oauth2proxyPackage