import { ServerTransactionType } from '../../types/serverTransactions.types'; export declare const getServerTransactionsByHashes: (hashes: string[], options?: { apiAddress: string; }) => Promise;