import { PositionComponent } from './components/position'; export declare type PositionSystemState = { objects: PositionComponent[]; };