/** * Terminal payment action * Calls the terminalPayment action on the parent window */ import type { TerminalPayment } from "./types"; export declare const terminalPayment: TerminalPayment;