/**
 * **libserdes** - Avro Serialization/Deserialization C/C++ library with Confluent schema-registry support
 *
 * @domain `github.com/confluentinc/libserdes`
 * @version `7.5.2.231027084844` (1 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +github.com/confluentinc/libserdes -- $SHELL -i`
 * @dependencies `apache.org/avro`, `digip.org/jansson`, `curl.se`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.githubcomconfluentinclibserdes
 * console.log(pkg.name)        // "libserdes"
 * console.log(pkg.description) // "Avro Serialization/Deserialization C/C++ librar..."
 * console.log(pkg.versions[0]) // "7.5.2.231027084844" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/github-com/confluentinc/libserdes.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const githubcomconfluentinclibserdesPackage: {
  /**
   * The display name of this package.
   */
  name: 'libserdes';
  /**
   * The canonical domain name for this package.
   */
  domain: 'github.com/confluentinc/libserdes';
  /**
   * Brief description of what this package does.
   */
  description: 'Avro Serialization/Deserialization C/C++ library with Confluent schema-registry support';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/confluentinc/libserdes/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/confluentinc/libserdes -- $SHELL -i';
  programs: readonly [];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['apache.org/avro', 'digip.org/jansson', 'curl.se'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['7.5.2.231027084844'];
  aliases: readonly []
};
export type GithubcomconfluentinclibserdesPackage = typeof githubcomconfluentinclibserdesPackage