import type { Scope } from "intentx-core-z"; import { Store } from "./types"; export declare function createStore(initial: S, scope?: Scope): Store;