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