import type { RunSagaFunction } from "../../store/index.mjs"; /** * Get a method that can be used to set the current chain. * * @param runSaga - A function to run a saga outside the usual Redux flow. * @returns A method that can be used to set the current chain. */ export declare function getSetCurrentChainImplementation(runSaga: RunSagaFunction): (chainId: `0x${string}`) => any; //# sourceMappingURL=chain.d.mts.map