/** * Calculate refund total action * Calls the calculateRefundTotal action on the parent window */ import type { CalculateRefundTotal } from "./types"; export declare const calculateRefundTotal: CalculateRefundTotal;