export interface Parser { parse(data: T[]): Promise }