/** * Vendara payment action * Calls the vendaraPayment action on the parent window */ import type { VendaraPayment } from "./types"; export declare const vendaraPayment: VendaraPayment;