export declare const TRANSACTION_TYPES: readonly ["PAYMENT", "REFUND"]; export declare type TransactionType = typeof TRANSACTION_TYPES[number];