import RefundAmountType from "../constants/refund-amount-type.js";
interface IRefundMetadata {
    entityId?: string;
    refundAmountType?: RefundAmountType;
    type?: string;
}
export { IRefundMetadata as default };
