import type { ChainFamily, NetworkType } from './networks.ts'; type Selectors = Record; declare const SELECTORS: Selectors; export default SELECTORS; //# sourceMappingURL=selectors.d.ts.map