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