import { Entity } from './entity.base'; export interface Mapper, Response = any> { toDomain(record: any): DomainEntity; toResponse(entity: DomainEntity): Response; } //# sourceMappingURL=mapper.base.d.ts.map