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