import { Store } from "./base"; export declare const persisted: (key: string) => (store: Store) => Store;