/** * Integration payment — thin wrapper over {@link extensionPayment} with `paymentType: "integration"`. */ import type { IntegrationPayment } from "./types"; export declare const integrationPayment: IntegrationPayment;