declare const schema: { $schema: string; type: string[]; properties: { amountOfMoney: { anyOf: ({ $ref: string; type?: undefined; } | { type: string; $ref?: undefined; })[]; }; captureId: { anyOf: { type: string; }[]; }; isFinal: { anyOf: { type: string; }[]; }; lineItemDetails: { anyOf: ({ type: string; items: { $ref: string; }; uniqueItems: boolean; } | { type: string; items?: undefined; uniqueItems?: undefined; })[]; }; omnichannelRefundSpecificInput: { anyOf: ({ $ref: string; type?: undefined; } | { type: string; $ref?: undefined; })[]; }; operationReferences: { anyOf: ({ $ref: string; type?: undefined; } | { type: string; $ref?: undefined; })[]; }; reason: { anyOf: { type: string; }[]; }; references: { anyOf: ({ $ref: string; type?: undefined; } | { type: string; $ref?: undefined; })[]; }; refundRedirectPaymentMethodSpecificInput: { anyOf: ({ $ref: string; type?: undefined; } | { type: string; $ref?: undefined; })[]; }; }; additionalProperties: boolean; definitions: { amountOfMoney: { type: string; properties: { amount: { anyOf: { type: string; }[]; }; currencyCode: { anyOf: { type: string; }[]; }; }; additionalProperties: boolean; }; lineItemDetail: { type: string; properties: { discountAmount: { anyOf: { type: string; }[]; }; lineItemId: { anyOf: { type: string; }[]; }; quantity: { anyOf: { type: string; }[]; }; }; additionalProperties: boolean; }; omnichannelRefundSpecificInput: { type: string; properties: { operatorId: { anyOf: { type: string; }[]; }; }; additionalProperties: boolean; }; operationPaymentReferences: { type: string; properties: { merchantComment: { anyOf: { type: string; }[]; }; merchantReconciliationReference: { anyOf: { type: string; }[]; }; merchantReference: { anyOf: { type: string; }[]; }; operationGroupReference: { anyOf: { type: string; }[]; }; softDescriptor: { anyOf: { type: string; }[]; }; structuredCreditorReference: { anyOf: { type: string; }[]; }; }; additionalProperties: boolean; }; paymentReferences: { type: string; properties: { merchantComment: { anyOf: { type: string; }[]; }; merchantParameters: { anyOf: { type: string; }[]; }; merchantReconciliationReference: { anyOf: { type: string; }[]; }; merchantReference: { anyOf: { type: string; }[]; }; operationGroupReference: { anyOf: { type: string; }[]; }; softDescriptor: { anyOf: { type: string; }[]; }; structuredCreditorReference: { anyOf: { type: string; }[]; }; }; additionalProperties: boolean; }; refundRedirectPaymentMethodSpecificInput: { type: string; properties: { refundRedirectPaymentProduct900SpecificInput: { anyOf: ({ $ref: string; type?: undefined; } | { type: string; $ref?: undefined; })[]; }; }; additionalProperties: boolean; }; refundRedirectPaymentProduct900SpecificInput: { type: string; properties: { refundReason: { anyOf: { type: string; }[]; }; }; additionalProperties: boolean; }; }; }; export default schema;