/**
 * **liblqr.wikidot.com** - Liquid Rescale library
 *
 * @domain `liblqr.wikidot.com`
 * @version `0.4.3` (2 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +liblqr.wikidot.com -- $SHELL -i`
 * @dependencies `gnome.org/glib`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * const pkg = pantry.liblqrwikidotcom
 * console.log(pkg.name)        // "liblqr.wikidot.com"
 * console.log(pkg.description) // "Liquid Rescale library"
 * console.log(pkg.versions[0]) // "0.4.3" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/liblqr-wikidot-com.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const liblqrwikidotcomPackage: {
  /**
   * The display name of this package.
   */
  name: 'liblqr.wikidot.com';
  /**
   * The canonical domain name for this package.
   */
  domain: 'liblqr.wikidot.com';
  /**
   * Brief description of what this package does.
   */
  description: 'Liquid Rescale library';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/liblqr.wikidot.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 +liblqr.wikidot.com -- $SHELL -i';
  programs: readonly [];
  companions: readonly [];
  /**
   * Required dependencies for this package.
   * These will be automatically installed.
   */
  dependencies: readonly ['gnome.org/glib'];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['0.4.3', '0.4.2'];
  aliases: readonly []
};
export type LiblqrwikidotcomPackage = typeof liblqrwikidotcomPackage