interface TransferFromInput { network: string; scriptHash: string; from: string; to: string; amount: string; gasPrice?: number; gasLimit?: number; broadcastOverride?: boolean; } interface TransferFromOutput { txid: string; nodeUrl: string; } export declare function transferFrom(data: TransferFromInput): Promise; export {}; //# sourceMappingURL=transferFrom.d.ts.map