import { FactoryType } from '../Constants'; import { TFactory } from '../Models'; export declare function AbstractFactory(type: FactoryType | string): Omit, 'create'>;