import { NearContractCall, FtTransferArgs, FtTransferArgsResponse } from '../types'; /** * Transfers one or more tokens to specified recipients. * @param transferArguments {@link TransferArgs} * @returns contract call to be passed to @mintbase-js/sdk execute method */ export declare const ftTransfer: ({ ftContractAddress, receiverId, amount, memo, }: FtTransferArgs) => NearContractCall; //# sourceMappingURL=ftTransfer.d.ts.map