import { IApplicationContext } from "@symph/core"; export declare const NAMESPACE_SEP = "/"; export default function createModelMiddleware(app: IApplicationContext): (store: any) => (next: any) => (action: any) => any;