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