import { type Middleware } from '@reduxjs/toolkit'; import { type Dispatch, type State } from '../read-only-state'; export declare function readOnlyElementTreeMiddleware(): Middleware; //# sourceMappingURL=read-only-element-tree.d.ts.map