interface TransferFromInput { network: string; scriptHash: string; tokenId: string; spender: string; from: string; to: string; amount: string; } interface TransferFromOutput { txid: string; nodeUrl: string; } export declare function transferFrom(data: TransferFromInput): Promise; export {}; //# sourceMappingURL=transferFrom.d.ts.map