import type { StorageService } from "./services/index.js"; import type { Store } from "./store.types.js"; export declare const createStore: (storage: StorageService) => Promise; //# sourceMappingURL=store.d.ts.map