/**
 * Account information PNZ-API-CentreLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
import { Data33 } from './data33';
import { Links } from './links';
import { Risk } from './risk';
export interface EP11Checkdomesticpaymentstatus2 {
    data: Data33;
    links: Links;
    meta?: unknown;
    risk: Risk;
}
export declare const eP11Checkdomesticpaymentstatus2Schema: Schema<EP11Checkdomesticpaymentstatus2>;
