import { ServerTransactionType } from '../../../../types/serverTransactions.types'; export declare const getTransactionMethod: (transaction: ServerTransactionType) => string;