import { DecodeMethodEnum, TransactionTokensType } from 'types/serverTransactions.types'; export declare const decodeByMethod: (part: string, decodeMethod: DecodeMethodEnum | string, transactionTokens?: TransactionTokensType) => string; //# sourceMappingURL=decodeByMethod.d.ts.map