import { HookContext, NextFunction } from '@feathersjs/feathers'; export declare function makeModelInstances(): (context: HookContext, next: NextFunction) => Promise;