import { AuthorizePaymentInput } from './authorize-payment-input'; import { AuthorizePaymentOutput } from './authorize-payment-output'; export declare const authorizePayment: (apiKey: string, data: AuthorizePaymentInput, idempotencyKey: string, apiUrl: string) => Promise;