import type { RelayTokenPriceInfo } from './types'; interface GetRelayAssetPriceInfoParams { chainId: string; address: string; apiKey?: string; } export declare function getRelayAssetPriceInfo({ chainId, address, apiKey, }: GetRelayAssetPriceInfoParams): Promise; export {}; //# sourceMappingURL=price.d.ts.map