/**
 * Interactively prompt for transaction details and add the transaction
 */
export declare function interactiveAddTransaction(): Promise<void>;
