/** * Reset refund details action * Calls the resetRefundDetails action on the parent window */ import type { ResetRefundDetails } from "./types"; export declare const resetRefundDetails: ResetRefundDetails;