/**
 * **browser-use.com** - Make websites accessible for AI agents
 *
 * @domain `browser-use.com`
 * @version `0.3.1` (21 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +browser-use.com -- $SHELL -i`
 * @dependencies `python.org~3.12 # no torch<2.3.0 for 3.13`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.browserusecom
 * console.log(pkg.name)        // "browser-use.com"
 * console.log(pkg.description) // "Make websites accessible for AI agents"
 * console.log(pkg.versions[0]) // "0.3.1" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/browser-use-com.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const browserusecomPackage: {
  /**
   * The display name of this package.
   */
  name: 'browser-use.com';
  /**
   * The canonical domain name for this package.
   */
  domain: 'browser-use.com';
  /**
   * Brief description of what this package does.
   */
  description: 'Make websites accessible for AI agents';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/browser-use.com/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/pkgxdev/pantry/';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +browser-use.com -- $SHELL -i';
  programs: readonly [];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['python.org~3.12 # no torch<2.3.0 for 3.13'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['0.3.1', '0.3.0', '0.2.7', '0.2.6', '0.2.5', '0.2.4', '0.2.3', '0.2.2', '0.2.1', '0.1.48', '0.1.47', '0.1.46', '0.1.45', '0.1.44', '0.1.43', '0.1.42', '0.1.41', '0.1.40', '0.1.39', '0.1.38', '0.1.37'];
  aliases: readonly []
};
export type BrowserusecomPackage = typeof browserusecomPackage