import { TConfigToParamsWithDependenciesFn } from '../../Abstract'; import { TAnyCreateFn, TWithCreateFromConfigService } from './Models'; export declare function withCreateFromConfigServiceMixin | undefined = undefined>(create: TAnyCreateFn, configToParams: TConfigToParamsWithDependenciesFn, dependencies: D): TWithCreateFromConfigService;