import ApiEntityInterface from '../../interfaces/apiEntity.interface'; import EntityInterface from '../../interfaces/entity.interface'; export default function (apiEntity: ApiEntityInterface): EntityInterface;