import type { Token } from '../types/index.js'; import { type RelayChain } from '@relayprotocol/relay-sdk'; declare const _default: (chain?: RelayChain, fromChain?: RelayChain, token?: Token, address?: string, balanceThresholdUsd?: string, topUpAmountUsd?: string) => { required: boolean; amount?: bigint; amountUsd?: string; balance?: bigint; }; export default _default; //# sourceMappingURL=useGasTopUpRequired.d.ts.map