import { RegistryType } from '../Constants'; import { TAbstractAsyncEntityRegistry } from '../Models'; import { TMultitonRegistrable, TRegistrable } from '../../Mixins'; export declare function AbstractEntityAsyncRegistry(type: RegistryType): TAbstractAsyncEntityRegistry;