export interface DataMapper { map(source: TSource): Promise; }