import { BaseOutput } from '@whenthen/sdk-api-core'; import { PaymentDataOutput } from '../common'; export declare type AuthorizePaymentOutput = BaseOutput; export interface AuthorizePaymentData { authorizePayment?: AuthorizePaymentDataOutput; } export declare type AuthorizePaymentDataOutput = PaymentDataOutput;