import { Layer } from "effect"; import { BrowserStorage } from "../storage/index.js"; import { TxStore } from "./store.js"; export type LocalStorageTxStoreConfig = { maxTxs?: number; }; export declare const makeLocalStorageTxStoreLive: (config?: LocalStorageTxStoreConfig) => Layer.Layer; export declare const LocalStorageTxStoreLive: Layer.Layer; //# sourceMappingURL=local-storage.d.ts.map