import { Entity, FlatEntity } from'../../types';
/**
* @param entity entity whose children and parnt are the reference to block.
* @returns entity whose children and parent are the id of block.
*/exportdeclareconstflattenEntity: (entity: Entity) =>FlatEntity;