import { TAssetDetails } from "../assets"; export declare function fetchEthAssetDetails(base: string, ethAssetId: string, options?: RequestInit): Promise; export declare function fetchEthAssetDetails(base: string, ethAssetId: Array, options?: RequestInit): Promise>;