import { Blueprint } from './blueprint/Blueprint';
export declare type EntityFactoryRegisterCallback<Entity = Partial<{}>> = (bp: Blueprint<Entity, any, any>) => void;
