import type { SendTxRequest } from "@project-serum/anchor/dist/provider"; import type { TransactionType, TxRequestsTyped } from "../interfaces"; export declare const getAllTxRequests: (reqs: TxRequestsTyped[]) => { tx: SendTxRequest; type: TransactionType; reqIdx: number; reqInnerIdx: number; }[];