import { Observable } from 'rxjs'; export declare const filterIfStoreDoesNotExist: (store: IDBObjectStore) => (s$: Observable) => Observable;