import { Store } from '../types'; export declare const throttleMiddleware: (delay?: number) => (store: Store) => Store;