import Foundation public protocol Exportable { static var csvHeader: String { get } var csvLine: String { get } }