/** * Process partial refund action * Calls the processPartialRefund action on the parent window */ import type { ProcessPartialRefund } from "./types"; export declare const processPartialRefund: ProcessPartialRefund;