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