import type { KryptogoKitChain } from './KryptogoKitChainContext'; /** @description Decorates an array of wagmi `Chain` objects with KryptogoKitChain property overrides */ export declare const provideKryptogoKitChains: (chains: readonly [Chain, ...Chain[]]) => Chain[];