import { PublicClient } from "viem";
export declare const validateClientNetwork: (publicClient: PublicClient<any, any, any, any>) => void;
