import type * as chains from './chains/index.js'; export type Chain = (typeof chains)[keyof typeof chains];