import type { Config } from '../createConfig'; export type GetChainIdReturnType = config['chains'][number]['id']; export declare function getChainId(config: config): GetChainIdReturnType;