/** * Initiate refund action * Calls the initiateRefund action on the parent window */ import type { InitiateRefund } from "./types"; export declare const initiateRefund: InitiateRefund;