import { Uint } from "@ethernauta/core"; import { Readable } from "@ethernauta/transport"; //#region src/method/client/chain-id.d.ts declare function eth_chainId(): Readable; //#endregion export { eth_chainId }; //# sourceMappingURL=chain-id.d.ts.map