export declare const TRANSACTION_STAMP_TYPES: readonly ["PAYMENT", "CREDIT", "REFUND"]; export declare type TransactionStampType = typeof TRANSACTION_STAMP_TYPES[number];