export default class SupportingFile { templateFile: any; folder: any; destinationFilename: any; constructor(templateFile: any, folder: any, destinationFilename: any); toString(): string; }