import { Transaction } from '../typings/transaction'; export declare const isMultiOutSameTransaction: (transaction: Transaction) => boolean;