/**
 * **psutils** - Utilities for manipulating PostScript documents
 *
 * @domain `github.com/rrthomas/psutils`
 * @programs `psbook`, `psjoin`, `psnup`, `psresize`, `psselect`, ... (+1 more)
 * @version `3.3.10` (16 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +github.com/rrthomas/psutils -- $SHELL -i`
 * @dependencies `pkgx.sh^1`, `github.com/rrthomas/libpaper`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.githubcomrrthomaspsutils
 * console.log(pkg.name)        // "psutils"
 * console.log(pkg.description) // "Utilities for manipulating PostScript documents"
 * console.log(pkg.programs)    // ["psbook", "psjoin", ...]
 * console.log(pkg.versions[0]) // "3.3.10" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/github-com/rrthomas/psutils.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const githubcomrrthomaspsutilsPackage: {
  /**
   * The display name of this package.
   */
  name: 'psutils';
  /**
   * The canonical domain name for this package.
   */
  domain: 'github.com/rrthomas/psutils';
  /**
   * Brief description of what this package does.
   */
  description: 'Utilities for manipulating PostScript documents';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/rrthomas/psutils/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/rrthomas/psutils -- $SHELL -i';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['psbook', 'psjoin', 'psnup', 'psresize', 'psselect', 'pstops'];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['pkgx.sh^1', 'github.com/rrthomas/libpaper'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['3.3.10', '3.3.9', '3.3.8', '3.3.7', '3.3.6', '3.3.5', '3.3.4', '3.3.3', '3.3.2', '3.3.1', '3.3.0', '3.2.0', '3.1.2', '3.1.1', '3.1.0', '3.0.9'];
  aliases: readonly []
};
export type GithubcomrrthomaspsutilsPackage = typeof githubcomrrthomaspsutilsPackage