import { ChainId } from '../types'; import { ChainNamespace, ChainSchema } from './types'; export declare function schemaForChainId(chainId: ChainId): ChainSchema | null; export declare function namespaceForChainId(chainId: ChainId): ChainNamespace | null; //# sourceMappingURL=helpers.d.ts.map