export declare const createStore: (initialValue: T, namespace?: string, onValidate?: ((value: T) => Promise) | undefined) => import("./base").Store;