import type { Transaction } from '../schema'; export declare function writeTransactionsToCSV(transactions: Transaction[], filePath: string): Promise;