import type { TokenEntry } from "./types.js"; /** * Finds a token entry by chain ID. * @throws Error if no token is found or multiple tokens match. */ export declare function findTokenByChain(tokens: readonly TokenEntry[], chainId: bigint): TokenEntry; //# sourceMappingURL=helpers.d.ts.map