export declare const networks: { chain: string; endpoints: string[]; }[]; export declare type ChainDiscoveryService = { chain: string; service_url: string; }; export declare const EP_DISCOVERY: ChainDiscoveryService[];