import type { Transaction, TransactionResult } from '../Transaction.js'; export declare function coinWithBalance({ type, balance, useGasCoin, }: { balance: bigint | number; type?: string; useGasCoin?: boolean; }): (tx: Transaction) => TransactionResult; //# sourceMappingURL=CoinWithBalance.d.ts.map