import { InterpretedTransactionType } from 'types'; export declare function getTransactionFee(transaction: InterpretedTransactionType): string | null; //# sourceMappingURL=getTransactionFee.d.ts.map