/** * Cash payment action * Calls the cashPayment action on the parent window */ import type { CashPayment } from "./types"; export declare const cashPayment: CashPayment;