export declare const WalletContext: import("react").Context<(Omit, "persist"> & { persist: { setOptions: (options: Partial>) => void; clearStorage: () => void; rehydrate: () => Promise | void; hasHydrated: () => boolean; onHydrate: (fn: (state: import("../walletStore.js").StoreState) => void) => () => void; onFinishHydration: (fn: (state: import("../walletStore.js").StoreState) => void) => () => void; getOptions: () => Partial>; }; }) | null>; //# sourceMappingURL=walletContext.d.ts.map