/**
 * **libpq** - pkgx package
 *
 * @domain `postgresql.org/libpq`
 * @version `17.0.0` (4 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +postgresql.org/libpq -- $SHELL -i`
 * @dependencies `kerberos.org`, `openssl.org^1.1`, `zlib.net^1`, ... (+2 more) (includes OS-specific dependencies with `os:package` format)
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.postgresqlorglibpq
 * console.log(pkg.name)        // "libpq"
 * console.log(pkg.versions[0]) // "17.0.0" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/postgresql-org/libpq.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const postgresqlorglibpqPackage: {
  /**
   * The display name of this package.
   */
  name: 'libpq';
  /**
   * The canonical domain name for this package.
   */
  domain: 'postgresql.org/libpq';
  /**
   * Brief description of what this package does.
   */
  description: '';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/postgresql.org/libpq/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +postgresql.org/libpq -- $SHELL -i';
  programs: readonly [];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   * OS-specific dependencies are prefixed with `os:` (e.g., `linux:freetype.org`).
   */
  dependencies: readonly ['kerberos.org', 'openssl.org^1.1', 'zlib.net^1', 'unicode.org^71', 'linux:gnu.org/readline'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['17.0.0', '16.1.0', '16.0.0', '15.2.0'];
  aliases: readonly []
};
export type PostgresqlorglibpqPackage = typeof postgresqlorglibpqPackage