import type { Chain } from "viem";
import z from "zod";
export declare const AlchemyChainSchema: z.ZodType<Chain, z.ZodTypeDef, Chain>;
