import { Entity } from '@lastolivegames/becsy'; /** * @see bevy_hierarchy Children */ export declare class Children { parent: Entity; }