import { type Address, type Call } from 'viem'; export declare const appendPayment: (calls: Call[], token: Address, feeCollector: Address, amount: bigint) => Call[]; //# sourceMappingURL=payment.d.ts.map