import { Transaction } from '../types'; export declare const DEFAULT_TRANSACTION: Transaction; export declare const COLUMN_NAMES: { FLAG: string; DATE: string; PAYEE: string; CATEGORY: string; ACCOUNT: string; AMOUNT: string; };