/**
 * **filelock** - A platform-independent file lock for Python.
 *
 * @domain `github.com/tox-dev/filelock`
 * @version `3.18.0` (14 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +github.com/tox-dev/filelock -- $SHELL -i`
 * @dependencies `python.org>=3.11`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.githubcomtoxdevfilelock
 * console.log(pkg.name)        // "filelock"
 * console.log(pkg.description) // "A platform-independent file lock for Python."
 * console.log(pkg.versions[0]) // "3.18.0" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/github-com/tox-dev/filelock.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const githubcomtoxdevfilelockPackage: {
  /**
   * The display name of this package.
   */
  name: 'filelock';
  /**
   * The canonical domain name for this package.
   */
  domain: 'github.com/tox-dev/filelock';
  /**
   * Brief description of what this package does.
   */
  description: 'A platform-independent file lock for Python.';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/tox-dev/filelock/package.yml';
  homepageUrl: '';
  githubUrl: 'https://github.com/tox-dev/filelock';
  /**
   * Command to install this package using launchpad.
   * @example launchpad install package-name
   */
  installCommand: 'launchpad install +github.com/tox-dev/filelock -- $SHELL -i';
  programs: readonly [];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['python.org>=3.11'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['3.18.0', '3.17.0', '3.16.1', '3.16.0', '3.15.4', '3.15.3', '3.15.2', '3.15.1', '3.15.0', '3.14.0', '3.13.4', '3.13.3', '3.13.2', '3.13.1'];
  aliases: readonly []
};
export type GithubcomtoxdevfilelockPackage = typeof githubcomtoxdevfilelockPackage