/**
 * **psycopg2** - PostgreSQL database adapter for the Python programming language
 *
 * @domain `psycopg.org/psycopg2`
 * @version `2.9.10` (2 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +psycopg.org/psycopg2 -- $SHELL -i`
 * @dependencies `python.org~3.11`, `postgresql.org`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.psycopgorgpsycopg2
 * console.log(pkg.name)        // "psycopg2"
 * console.log(pkg.description) // "PostgreSQL database adapter for the Python prog..."
 * console.log(pkg.versions[0]) // "2.9.10" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/psycopg-org/psycopg2.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const psycopgorgpsycopg2Package: {
  /**
   * The display name of this package.
   */
  name: 'psycopg2';
  /**
   * The canonical domain name for this package.
   */
  domain: 'psycopg.org/psycopg2';
  /**
   * Brief description of what this package does.
   */
  description: 'PostgreSQL database adapter for the Python programming language';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/psycopg.org/psycopg2/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/psycopg/psycopg2';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +psycopg.org/psycopg2 -- $SHELL -i';
  programs: readonly [];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['python.org~3.11', 'postgresql.org'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['2.9.10', '2.9.9'];
  aliases: readonly []
};
export type Psycopgorgpsycopg2Package = typeof psycopgorgpsycopg2Package