/**
 * **markupsafe.palletsprojects.com** - Safely add untrusted strings to HTML/XML markup.
 *
 * @domain `markupsafe.palletsprojects.com`
 * @version `3.0.2` (6 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +markupsafe.palletsprojects.com -- $SHELL -i`
 * @dependencies `python.org~3.11`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.markupsafepalletsprojectscom
 * console.log(pkg.name)        // "markupsafe.palletsprojects.com"
 * console.log(pkg.description) // "Safely add untrusted strings to HTML/XML markup."
 * console.log(pkg.versions[0]) // "3.0.2" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/markupsafe-palletsprojects-com.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const markupsafepalletsprojectscomPackage: {
  /**
   * The display name of this package.
   */
  name: 'markupsafe.palletsprojects.com';
  /**
   * The canonical domain name for this package.
   */
  domain: 'markupsafe.palletsprojects.com';
  /**
   * Brief description of what this package does.
   */
  description: 'Safely add untrusted strings to HTML/XML markup.';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/markupsafe.palletsprojects.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 +markupsafe.palletsprojects.com -- $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.0.2', '3.0.1', '3.0.0', '2.1.5', '2.1.4', '2.1.3'];
  aliases: readonly []
};
export type MarkupsafepalletsprojectscomPackage = typeof markupsafepalletsprojectscomPackage