import { JSONValue } from '../types'; export interface TransactionHashScriptDataParams { cliPath: string; script: JSONValue; } export declare function transactionHashScriptDataCommand(options: TransactionHashScriptDataParams): Promise;