import { RefundStarPaymentResponseSuccess } from '../types'; import { export } from {}; export declare class RefundStarPaymentResponseSuccessBase implements RefundStarPaymentResponseSuccess { ok: boolean; result: export; }