import { ParamsTxList } from '../../types/rpc/params-tx-list.cjs'; import { RpcReadTxListWitnessResult } from '../../types/rpc/rpc-read-tx-list-witness-result.cjs'; import type { Client } from '../../../clients/types.cjs'; export declare function makeTxProof(client: Client, params: ParamsTxList): Promise;