export declare class RefundResponse { refundId: string; amount: number; state: string; }