/** * Partial payment action * Calls the partialPayment action on the parent window */ import type { PartialPayment } from "./types"; export declare const partialPayment: PartialPayment;