/**
 * **sftpgo** - Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob
 *
 * @domain `sftpgo.com`
 * @programs `sftpgo`
 * @version `2.6.6` (8 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install sftpgo`
 * @aliases `sftpgo`
 *
 * @example
 * ```typescript
 * import { pantry } from 'ts-pkgx'
 *
 * // Access via alias (recommended)
 * const pkg = pantry.sftpgo
 * // Or access via domain
 * const samePkg = pantry.sftpgocom
 * console.log(pkg === samePkg) // true
 * console.log(pkg.name)        // "sftpgo.com"
 * console.log(pkg.description) // "Full-featured and highly configurable SFTP, HTT..."
 * console.log(pkg.programs)    // ["sftpgo"]
 * console.log(pkg.versions[0]) // "2.6.6" (latest)
 * ```
 *
 * @see https://ts-pkgx.netlify.app/packages/sftpgo-com.md
 * @see https://ts-pkgx.netlify.app/usage
 */
export declare const sftpgoPackage: {
  /**
   * The display name of this package.
   */
  name: 'sftpgo.com';
  /**
   * The canonical domain name for this package.
   */
  domain: 'sftpgo.com';
  /**
   * Brief description of what this package does.
   */
  description: 'Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob';
  packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/sftpgo.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 sftpgo';
  /**
   * Executable programs provided by this package.
   * These can be run after installation.
   */
  programs: readonly ['sftpgo'];
  companions: readonly [];
  dependencies: readonly [];
  /**
   * Available versions from newest to oldest.
   * @see https://ts-pkgx.netlify.app/usage for installation instructions
   */
  versions: readonly ['2.6.6', '2.6.5', '2.6.4', '2.6.3', '2.6.2', '2.6.1', '2.6.0', '2.5.6'];
  /**
   * Alternative names for this package.
   * You can use any of these names to access the package.
   */
  aliases: readonly ['sftpgo']
};
export type SftpgoPackage = typeof sftpgoPackage