import JSBI from 'jsbi';
import { ChainId } from '../entities/chain';
export default function validateValue(chainId: ChainId, value: JSBI): void;
