import { ChainType } from '@bnb-chain/canonical-bridge-sdk'; export declare const usePriceValidation: () => { validateTokenPrice: ({ chainId, chainType, tokenAddress, tokenSymbol, }: { chainId: number; chainType: ChainType; tokenAddress: string; tokenSymbol: string; }) => Promise; };