import { StoreType } from '../store.types'; export declare const applyMiddlewares: (state: StoreType, _prevState: StoreType) => void;