/** Null when nothing is stored, or the read failed — the caller just asks. */ export declare function readSelectedChainId(userId: string): Promise; export declare function writeSelectedChainId(userId: string, chainId: string): Promise; //# sourceMappingURL=selectedChainStorage.d.ts.map