/** * Set refund stock action * Calls the setRefundStockAction action on the parent window */ import type { SetRefundStockAction } from "./types"; export declare const setRefundStockAction: SetRefundStockAction;