export interface IWatsonToMluviiConverter {
    convert(): Array<Record<string, any>>;
}
