export interface ExportOutputs {
  addOutput (name: string, value: string, shouldExport: boolean): void
}
