'use strict'; export interface IFileDownload { artifactName:string; base64Contents:string; }