import { IMapper } from './IMapper'; import { UserEntity } from '../../Domain/entity/UserEntity'; export declare class UserLocalDTOMapper implements IMapper { fromEntity(entity: TArg): Promise; toEntity(data: TArg): Promise; private static validateEntity; private static validateLocalDTO; static createDefaultUserEntity(): UserEntity; } //# sourceMappingURL=UserLocalDTOMapper.d.ts.map