import type { KnownChainsType } from './KnownChainsType.js'

export type KnownChainIds = keyof KnownChainsType
