import { InstallerInfoResponse, InstallerOptions } from '../models/models'; /** * Get the latest Aspera SDK installer information such as download URL and version. * * @param options Installer info options * * @returns a promise that resolves with the installer info and rejects if there is an error */ export declare const getInstallerInfo: (options?: InstallerOptions) => Promise;