import { TAbstractEntityRegistry } from '../../Abstract'; import { TActor } from './TActor'; export type TActorRegistry = TAbstractEntityRegistry;