export interface IMapper { fromEntity(entity: TArg): Promise; toEntity(entity: TArg): Promise; } //# sourceMappingURL=IMapper.d.ts.map