declare const schema: { $schema: string; type: string[]; properties: { amountOfMoney: { anyOf: ({ $ref: string; type?: undefined; } | { type: string; $ref?: undefined; })[]; }; cardPayoutMethodSpecificInput: { anyOf: ({ $ref: string; type?: undefined; } | { type: string; $ref?: undefined; })[]; }; descriptor: { anyOf: { type: string; }[]; }; feedbacks: { anyOf: ({ $ref: string; type?: undefined; } | { type: string; $ref?: undefined; })[]; }; omnichannelPayoutSpecificInput: { anyOf: ({ $ref: string; type?: undefined; } | { type: string; $ref?: undefined; })[]; }; references: { 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; }; card: { type: string; properties: { cardNumber: { anyOf: { type: string; }[]; }; cardholderName: { anyOf: { type: string; }[]; }; cvv: { anyOf: { type: string; }[]; }; expiryDate: { anyOf: { type: string; }[]; }; }; additionalProperties: boolean; }; cardPayoutMethodSpecificInput: { type: string; properties: { card: { anyOf: ({ $ref: string; type?: undefined; } | { type: string; $ref?: undefined; })[]; }; hostedFieldsSessionId: { anyOf: { type: string; }[]; }; paymentProductId: { anyOf: { type: string; }[]; }; payoutReason: { anyOf: { type: string; }[]; }; token: { anyOf: { type: string; }[]; }; }; additionalProperties: boolean; }; feedbacks: { type: string; properties: { webhookUrl: { anyOf: { type: string; }[]; }; webhooksUrls: { anyOf: ({ type: string; items: { type: string; }; uniqueItems: boolean; } | { type: string; items?: undefined; uniqueItems?: undefined; })[]; }; }; additionalProperties: boolean; }; omnichannelPayoutSpecificInput: { type: string; properties: { operatorId: { anyOf: { type: string; }[]; }; paymentId: { 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; }; }; }; export default schema;