export declare function getDID(chainId: number, address: string): string; export declare function getChainName(chainId: number): string; export declare const getGasNameFromChain: (chainId: number) => "RBTC" | "tRBTC" | "ETH" | "ROP" | "RIN" | "KOV" | "GOR" | "FTM" | "FTM (Testnet)" | "ARETH" | "ARETH (Testnet)" | "MATIC" | "MATIC (Testnet)"; export declare const getChainId: (chainId: string) => number; //# sourceMappingURL=adapters.d.ts.map