declare function getChainDetails(chainId: number): Promise<any>;
export { getChainDetails };
