import type { StoreRuntimeCreateOptions, StoreRuntimeFacade } from "./types.js"; declare function createStoreRuntime(options: StoreRuntimeCreateOptions): StoreRuntimeFacade; export { createStoreRuntime, }; //# sourceMappingURL=store.d.ts.map