export declare const REFUND_TYPES: readonly ["CANCELATION", "CREDIT"]; export declare type RefundType = typeof REFUND_TYPES[number];