export declare function artifactDownload(input: string, options: { output?: string; version?: string; format?: string; }): Promise;