/** * Copyright 2019 * Argu B.V. */ import { MiddlewareFn } from "link-lib"; import { ElementType } from "react"; import { History } from "../helpers/history"; export declare const ontolaMiddleware: (history: History) => MiddlewareFn>;