import { Middleware } from 'redux'; export declare const indexedDbMiddleware: Middleware; export declare function bindStore(store: any, tables: any[]): import("rxjs/internal/Subscription").Subscription;