export declare type DownloadPackageInfo = { /** * The name of the package */ name: string; /** * The version of the package */ version?: string; };