/** * Get remaining refundable quantities action * Calls the getRemainingRefundableQuantities action on the parent window */ import type { GetRemainingRefundableQuantities } from "./types"; export declare const getRemainingRefundableQuantities: GetRemainingRefundableQuantities;