import { type Chain } from 'viem/chains'; export declare const getCachedChainIdKey: (projectId: string) => string; export declare const fetchZeroDevChain: (projectId: string) => Promise;