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. */ export declare const flattenEntity: (entity: Entity) => FlatEntity;