import { Transaction } from "../types/transaction"; export declare const sortTransactions: (tx1: Transaction, tx2: Transaction) => number;