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