/**
 * **fullycapable** - pkgx package
 *
 * @domain `google.com/fullycapable`
 * @programs `capsh`, `getcap`, `getpcaps`, `setcap`
 * @version `2.66.0` (1 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +google.com/fullycapable -- $SHELL -i`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.googlecomfullycapable
 * console.log(pkg.name)        // "fullycapable"
 * console.log(pkg.programs)    // ["capsh", "getcap", ...]
 * console.log(pkg.versions[0]) // "2.66.0" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/google-com/fullycapable.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const googlecomfullycapablePackage: {
  /**
   * The display name of this package.
   */
  name: 'fullycapable';
  /**
   * The canonical domain name for this package.
   */
  domain: 'google.com/fullycapable';
  /**
   * Brief description of what this package does.
   */
  description: '';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/google.com/fullycapable/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +google.com/fullycapable -- $SHELL -i';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['capsh', 'getcap', 'getpcaps', 'setcap'];
  companions: readonly [];
  dependencies: readonly [];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['2.66.0'];
  aliases: readonly []
};
export type GooglecomfullycapablePackage = typeof googlecomfullycapablePackage