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