/**
 * **libsrtp** - Library for SRTP (Secure Realtime Transport Protocol)
 *
 * @domain `cisco.com/libsrtp`
 * @version `2.7.0` (3 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +cisco.com/libsrtp -- $SHELL -i`
 * @dependencies `openssl.org~1`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.ciscocomlibsrtp
 * console.log(pkg.name)        // "libsrtp"
 * console.log(pkg.description) // "Library for SRTP (Secure Realtime Transport Pro..."
 * console.log(pkg.versions[0]) // "2.7.0" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/cisco-com/libsrtp.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const ciscocomlibsrtpPackage: {
  /**
   * The display name of this package.
   */
  name: 'libsrtp';
  /**
   * The canonical domain name for this package.
   */
  domain: 'cisco.com/libsrtp';
  /**
   * Brief description of what this package does.
   */
  description: 'Library for SRTP (Secure Realtime Transport Protocol)';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/cisco.com/libsrtp/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +cisco.com/libsrtp -- $SHELL -i';
  programs: readonly [];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['openssl.org~1'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['2.7.0', '2.6.0', '2.5.0'];
  aliases: readonly []
};
export type CiscocomlibsrtpPackage = typeof ciscocomlibsrtpPackage