import { type DynamicClient } from '@dynamic-labs-sdk/client'; import type { TransferAmountParams } from '@dynamic-labs-sdk/client/core'; /** @not-instrumented */ export declare const evmTransferAmount: ({ amount, recipient, token, walletAccount }: TransferAmountParams, client: DynamicClient) => Promise<{ transactionHash: string; }>; //# sourceMappingURL=evmTransferAmount.d.ts.map