import type { ABIs, ChainConfig } from './types'; declare const abis: ABIs; declare const chainConfigs: Record; export { chainConfigs, abis };