import type { Effect } from "effect"; import { Context } from "effect"; import type { PublicClient } from "viem"; import type { ClientNotFoundError } from "../../core/errors/index.js"; export type PublicClientServiceShape = { get: (chainId: number) => Effect.Effect; }; declare const PublicClientService_base: Context.TagClass; export declare class PublicClientService extends PublicClientService_base { } export {}; //# sourceMappingURL=public-client.d.ts.map