export interface ICsvParser { parse: () => Promise; }