import type { ModelConfig, GenericType, Services } from '../typings'; export declare function Factory(modelConfig: ModelConfig, services: Services): GenericType;