import { InterpretedTransactionType, TransactionDirectionEnum, TransactionLinkType } from 'types'; export interface GetTransactionLinkWithLabelParamsType { transaction: InterpretedTransactionType; direction: TransactionDirectionEnum; } export declare const getTransactionLinkWithLabel: ({ transaction, direction }: GetTransactionLinkWithLabelParamsType) => TransactionLinkType; //# sourceMappingURL=getTransactionLinkWithLabel.d.ts.map