export interface IDTOMapper { fromDTO(dto: TArg): Promise; toTDO(entity: TArg): Promise; } //# sourceMappingURL=IDTOMapper.d.ts.map