import { ParamsReadTxList } from '../../types/rpc/params-read-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 readTxListWitness(client: Client, params: ParamsReadTxList): Promise;