import { Entity, EntityProto } from '../../entity';
/**
 * This function builds the entity proto from the entity object. We cannot
 * rely on entity.entityToEntityProto for this because this function is only
 * designed to be used for non-array entities.
 *
 */
export declare function buildEntityProto(entityObject: Entity): EntityProto;
